]> granicus.if.org Git - handbrake/commitdiff
LinGui: Add "To:" before destination directory chooser
authorJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 22 Dec 2017 17:38:37 +0000 (09:38 -0800)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Fri, 22 Dec 2017 17:38:37 +0000 (09:38 -0800)
gtk/src/ghb.m4

index 88ceb5d1afed34bdcaafee2312c58665c60ddd3f..e17e723ee4c3d00275e8938cd755a478be122498 100644 (file)
@@ -7057,6 +7057,23 @@ This file may be reloaded at a later time to edit your jobs and re-encode.</prop
                 <property name="height">1</property>
               </packing>
             </child>
+            <child>
+              <object class="GtkLabel" id="dest_to_label">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="halign">end</property>
+                <property name="margin-start">6</property>
+                <property name="margin-end">6</property>
+                <property name="use_markup">True</property>
+                <property name="label" translatable="yes">&lt;b&gt;To:&lt;/b&gt;</property>
+              </object>
+              <packing>
+                <property name="top_attach">0</property>
+                <property name="left_attach">2</property>
+                <property name="width">1</property>
+                <property name="height">1</property>
+              </packing>
+            </child>
             <child>
               <object class="GtkFileChooserButton" id="dest_dir">
                 <property name="visible">True</property>
@@ -7069,7 +7086,7 @@ This file may be reloaded at a later time to edit your jobs and re-encode.</prop
               </object>
               <packing>
                 <property name="top_attach">0</property>
-                <property name="left_attach">2</property>
+                <property name="left_attach">3</property>
                 <property name="width">1</property>
                 <property name="height">1</property>
               </packing>