OSDN Git Service

LinGui: remove etched frame clutter from the preview window
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 26 Nov 2008 22:40:15 +0000 (22:40 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 26 Nov 2008 22:40:15 +0000 (22:40 +0000)
git-svn-id: svn://localhost/HandBrake/trunk@1962 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/ghb.ui
gtk/src/resource_data.h
gtk/src/resources.plist

index a88f7d9..3de2275 100644 (file)
@@ -3806,105 +3806,38 @@ location as the movie.</property>
     <child>
       <object class="GtkVBox" id="vbox32">
         <property name="visible">True</property>
+
         <child>
-          <object class="GtkFrame" id="frame15">
+          <object class="GtkAlignment" id="alignment_j24">
             <property name="visible">True</property>
-            <property name="label_xalign">0</property>
-            <property name="shadow_type">GTK_SHADOW_ETCHED_OUT</property>
+            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+            <property name="top_padding">2</property>
+            <property name="bottom_padding">2</property>
+            <property name="left_padding">2</property>
+            <property name="right_padding">2</property>
+            <property name="xscale">0</property>
+            <property name="yscale">0</property>
+
             <child>
-              <object class="GtkAlignment" id="alignment22">
+              <object class="GtkDrawingArea" id="preview_image">
                 <property name="visible">True</property>
-                <property name="top_padding">4</property>
-                <property name="bottom_padding">4</property>
-                <property name="left_padding">12</property>
-                <property name="right_padding">4</property>
-                <child>
-                  <object class="GtkTable" id="table1">
-                    <property name="visible">True</property>
-                    <property name="n_rows">3</property>
-                    <property name="n_columns">3</property>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <object class="GtkLabel" id="label45">
-                        <property name="visible">True</property>
-                      </object>
-                      <packing>
-                        <property name="left_attach">2</property>
-                        <property name="right_attach">3</property>
-                        <property name="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkLabel" id="label44">
-                        <property name="visible">True</property>
-                      </object>
-                      <packing>
-                        <property name="left_attach">1</property>
-                        <property name="right_attach">2</property>
-                        <property name="top_attach">2</property>
-                        <property name="bottom_attach">3</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkLabel" id="label43">
-                        <property name="visible">True</property>
-                      </object>
-                      <packing>
-                        <property name="left_attach">1</property>
-                        <property name="right_attach">2</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkLabel" id="label42">
-                        <property name="visible">True</property>
-                      </object>
-                      <packing>
-                        <property name="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkDrawingArea" id="preview_image">
-                        <property name="visible">True</property>
-                        <property name="app_paintable">True</property>
-                      </object>
-                      <packing>
-                        <property name="left_attach">1</property>
-                        <property name="right_attach">2</property>
-                        <property name="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
-                        <property name="x_options"></property>
-                        <property name="y_options"></property>
-                      </packing>
-                    </child>
-                  </object>
-                </child>
-              </object>
-            </child>
-            <child type="label">
-              <object class="GtkLabel" id="label56">
-                <property name="visible">True</property>
-                <property name="label" translatable="yes">&lt;b&gt;Preview&lt;/b&gt;</property>
-                <property name="use_markup">True</property>
+                <property name="app_paintable">True</property>
               </object>
             </child>
           </object>
         </child>
+
+        <child>
+          <object class="GtkAlignment" id="alignment_j25">
+            <property name="visible">True</property>
+            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
+            <property name="left_padding">10</property>
+            <property name="right_padding">10</property>
+
         <child>
           <object class="GtkHBox" id="hbox7">
             <property name="visible">True</property>
+            <property name="spacing">5</property>
             <child>
               <object class="GtkButton" id="live_preview_play">
                 <property name="height_request">30</property>
@@ -4011,11 +3944,15 @@ location as the movie.</property>
               </packing>
             </child>
           </object>
+        </child>
+
+          </object>
           <packing>
             <property name="expand">False</property>
             <property name="position">1</property>
           </packing>
         </child>
+
         <child>
           <object class="GtkHBox" id="hbox8">
             <property name="visible">True</property>
@@ -4024,25 +3961,12 @@ location as the movie.</property>
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                 <property name="label_xalign">0</property>
-                <property name="shadow_type">GTK_SHADOW_ETCHED_OUT</property>
-                <child>
-                  <object class="GtkAlignment" id="alignment24">
-                    <property name="visible">True</property>
-                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                    <property name="top_padding">2</property>
-                    <property name="bottom_padding">2</property>
-                    <property name="left_padding">12</property>
-                    <property name="right_padding">2</property>
+                <property name="shadow_type">none</property>
+
                     <child>
                       <object class="GtkVBox" id="vbox39">
                         <property name="visible">True</property>
                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                        <child>
-                          <object class="GtkAlignment" id="alignment37">
-                            <property name="visible">True</property>
-                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                            <property name="xalign">0.34000000357627869</property>
-                            <property name="xscale">0.37999999523162842</property>
                             <child>
                               <object class="GtkTable" id="table6">
                                 <property name="visible">True</property>
@@ -4110,6 +4034,7 @@ location as the movie.</property>
                                   <packing>
                                     <property name="top_attach">2</property>
                                     <property name="bottom_attach">3</property>
+                                    <property name="x_options"/>
                                   </packing>
                                 </child>
                                 <child>
@@ -4122,6 +4047,7 @@ location as the movie.</property>
                                   <packing>
                                     <property name="left_attach">2</property>
                                     <property name="right_attach">3</property>
+                                    <property name="x_options"/>
                                   </packing>
                                 </child>
                                 <child>
@@ -4152,6 +4078,7 @@ location as the movie.</property>
                                     <property name="right_attach">3</property>
                                     <property name="top_attach">4</property>
                                     <property name="bottom_attach">5</property>
+                                    <property name="x_options"/>
                                   </packing>
                                 </child>
                                 <child>
@@ -4214,15 +4141,15 @@ location as the movie.</property>
                                     <property name="right_attach">5</property>
                                     <property name="top_attach">2</property>
                                     <property name="bottom_attach">3</property>
+                                    <property name="x_options"/>
                                   </packing>
                                 </child>
                               </object>
+                              <packing>
+                                <property name="expand">False</property>
+                              </packing>
                             </child>
-                          </object>
-                          <packing>
-                            <property name="expand">False</property>
-                          </packing>
-                        </child>
+
                         <child>
                           <object class="GtkCheckButton" id="PictureAutoCrop">
                             <property name="visible">True</property>
@@ -4238,8 +4165,7 @@ location as the movie.</property>
                         </child>
                       </object>
                     </child>
-                  </object>
-                </child>
+
                 <child type="label">
                   <object class="GtkLabel" id="label82">
                     <property name="visible">True</property>
@@ -4250,16 +4176,25 @@ location as the movie.</property>
                 </child>
               </object>
               <packing>
-                <property name="expand">False</property>
+                <property name="expand">True</property>
                 <property name="padding">2</property>
               </packing>
             </child>
             <child>
+              <object class="GtkVSeparator" id="vseparator_j1">
+                <property name="visible">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="position">1</property>
+              </packing>
+            </child>
+            <child>
               <object class="GtkFrame" id="frame19">
                 <property name="visible">True</property>
                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                 <property name="label_xalign">0</property>
-                <property name="shadow_type">GTK_SHADOW_ETCHED_OUT</property>
+                <property name="shadow_type">none</property>
                 <child>
                   <object class="GtkAlignment" id="alignment43">
                     <property name="visible">True</property>
@@ -4276,6 +4211,7 @@ location as the movie.</property>
                         <child>
                           <object class="GtkHBox" id="hbox50">
                             <property name="visible">True</property>
+                            <property name="spacing">4</property>
                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                             <child>
                               <object class="GtkLabel" id="label85">
@@ -4283,6 +4219,10 @@ location as the movie.</property>
                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                                 <property name="label" translatable="yes">width:</property>
                               </object>
+                              <packing>
+                                <property name="expand">False</property>
+                                <property name="position">0</property>
+                              </packing>
                             </child>
                             <child>
                               <object class="GtkSpinButton" id="scale_width">
@@ -4294,6 +4234,7 @@ location as the movie.</property>
                                 <signal handler="scale_width_changed_cb" name="value_changed"/>
                               </object>
                               <packing>
+                                <property name="expand">False</property>
                                 <property name="position">1</property>
                               </packing>
                             </child>
@@ -4304,6 +4245,7 @@ location as the movie.</property>
                                 <property name="label" translatable="yes">height:</property>
                               </object>
                               <packing>
+                                <property name="expand">False</property>
                                 <property name="position">2</property>
                               </packing>
                             </child>
@@ -4316,6 +4258,7 @@ location as the movie.</property>
                                 <signal handler="scale_height_changed_cb" name="value_changed"/>
                               </object>
                               <packing>
+                                <property name="expand">False</property>
                                 <property name="position">3</property>
                               </packing>
                             </child>
@@ -4372,7 +4315,7 @@ If not checked, encoding efficiency may be reduced.</property>
                           <object class="GtkHBox" id="hbox53">
                             <property name="visible">True</property>
                             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                            <property name="spacing">45</property>
+                            <property name="spacing">5</property>
                             <child>
                               <object class="GtkCheckButton" id="anamorphic">
                                 <property name="visible">True</property>
@@ -4426,20 +4369,27 @@ the other to maintain the video's original aspect ratio.</property>
                 </child>
               </object>
               <packing>
-                <property name="expand">False</property>
+                <property name="expand">True</property>
                 <property name="padding">2</property>
-                <property name="position">1</property>
+                <property name="position">2</property>
               </packing>
             </child>
             <child>
-              <object class="GtkVBox" id="vbox42">
+              <object class="GtkVSeparator" id="vseparator_j1">
                 <property name="visible">True</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="position">3</property>
+              </packing>
+            </child>
+
                 <child>
                   <object class="GtkFrame" id="frame4">
                     <property name="visible">True</property>
                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                     <property name="label_xalign">0</property>
-                    <property name="shadow_type">etched-out</property>
+                    <property name="shadow_type">none</property>
                     <child>
                       <object class="GtkAlignment" id="alignment8">
                         <property name="visible">True</property>
@@ -4640,22 +4590,17 @@ the other to maintain the video's original aspect ratio.</property>
                       <object class="GtkLabel" id="label22">
                         <property name="visible">True</property>
                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
-                        <property name="label" translatable="yes">&lt;b&gt;Picture Filters&lt;/b&gt;</property>
+                        <property name="label" translatable="yes">&lt;b&gt;Filters&lt;/b&gt;</property>
                         <property name="use_markup">True</property>
                       </object>
                     </child>
                   </object>
                   <packing>
-                    <property name="expand">False</property>
                     <property name="padding">2</property>
-                    <property name="position">0</property>
+                    <property name="position">4</property>
                   </packing>
                 </child>
-              </object>
-              <packing>
-                <property name="position">2</property>
-              </packing>
-            </child>
+
           </object>
           <packing>
             <property name="expand">False</property>
index 238371c..3e59fb4 100644 (file)
 "    &lt;child&gt;\n"
 "      &lt;object class=&quot;GtkVBox&quot; id=&quot;vbox32&quot;&gt;\n"
 "        &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;\n"
+"\n"
 "        &lt;child&gt;\n"
-"          &lt;object class=&quot;GtkFrame&quot; id=&quot;frame15&quot;&"
-"gt;\n"
+"          &lt;object class=&quot;GtkAlignment&quot; id=&quot;alignment_"
+"j24&quot;&gt;\n"
 "            &lt;property name=&quot;visible&quot;&gt;True&lt;/property&"
 "gt;\n"
-"            &lt;property name=&quot;label_xalign&quot;&gt;0&lt;/propert"
+"            &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_"
+"MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTO"
+"N_RELEASE_MASK&lt;/property&gt;\n"
+"            &lt;property name=&quot;top_padding&quot;&gt;2&lt;/property"
+"&gt;\n"
+"            &lt;property name=&quot;bottom_padding&quot;&gt;2&lt;/prope"
+"rty&gt;\n"
+"            &lt;property name=&quot;left_padding&quot;&gt;2&lt;/propert"
 "y&gt;\n"
-"            &lt;property name=&quot;shadow_type&quot;&gt;GTK_SHADOW_ETC"
-"HED_OUT&lt;/property&gt;\n"
+"            &lt;property name=&quot;right_padding&quot;&gt;2&lt;/proper"
+"ty&gt;\n"
+"            &lt;property name=&quot;xscale&quot;&gt;0&lt;/property&gt;\n"
+"            &lt;property name=&quot;yscale&quot;&gt;0&lt;/property&gt;\n"
+"\n"
 "            &lt;child&gt;\n"
-"              &lt;object class=&quot;GtkAlignment&quot; id=&quot;alignm"
-"ent22&quot;&gt;\n"
+"              &lt;object class=&quot;GtkDrawingArea&quot; id=&quot;prev"
+"iew_image&quot;&gt;\n"
 "                &lt;property name=&quot;visible&quot;&gt;True&lt;/prope"
 "rty&gt;\n"
-"                &lt;property name=&quot;top_padding&quot;&gt;4&lt;/prop"
-"erty&gt;\n"
-"                &lt;property name=&quot;bottom_padding&quot;&gt;4&lt;/p"
-"roperty&gt;\n"
-"                &lt;property name=&quot;left_padding&quot;&gt;12&lt;/pr"
-"operty&gt;\n"
-"                &lt;property name=&quot;right_padding&quot;&gt;4&lt;/pr"
-"operty&gt;\n"
-"                &lt;child&gt;\n"
-"                  &lt;object class=&quot;GtkTable&quot; id=&quot;table1"
-"&quot;&gt;\n"
-"                    &lt;property name=&quot;visible&quot;&gt;True&lt;/p"
-"roperty&gt;\n"
-"                    &lt;property name=&quot;n_rows&quot;&gt;3&lt;/prope"
-"rty&gt;\n"
-"                    &lt;property name=&quot;n_columns&quot;&gt;3&lt;/pr"
-"operty&gt;\n"
-"                    &lt;child&gt;\n"
-"                      &lt;placeholder/&gt;\n"
-"                    &lt;/child&gt;\n"
-"                    &lt;child&gt;\n"
-"                      &lt;placeholder/&gt;\n"
-"                    &lt;/child&gt;\n"
-"                    &lt;child&gt;\n"
-"                      &lt;placeholder/&gt;\n"
-"                    &lt;/child&gt;\n"
-"                    &lt;child&gt;\n"
-"                      &lt;placeholder/&gt;\n"
-"                    &lt;/child&gt;\n"
-"                    &lt;child&gt;\n"
-"                      &lt;object class=&quot;GtkLabel&quot; id=&quot;la"
-"bel45&quot;&gt;\n"
-"                        &lt;property name=&quot;visible&quot;&gt;True&l"
-"t;/property&gt;\n"
-"                      &lt;/object&gt;\n"
-"                      &lt;packing&gt;\n"
-"                        &lt;property name=&quot;left_attach&quot;&gt;2&"
-"lt;/property&gt;\n"
-"                        &lt;property name=&quot;right_attach&quot;&gt;3"
-"&lt;/property&gt;\n"
-"                        &lt;property name=&quot;top_attach&quot;&gt;1&l"
-"t;/property&gt;\n"
-"                        &lt;property name=&quot;bottom_attach&quot;&gt;"
-"2&lt;/property&gt;\n"
-"                      &lt;/packing&gt;\n"
-"                    &lt;/child&gt;\n"
-"                    &lt;child&gt;\n"
-"                      &lt;object class=&quot;GtkLabel&quot; id=&quot;la"
-"bel44&quot;&gt;\n"
-"                        &lt;property name=&quot;visible&quot;&gt;True&l"
-"t;/property&gt;\n"
-"                      &lt;/object&gt;\n"
-"                      &lt;packing&gt;\n"
-"                        &lt;property name=&quot;left_attach&quot;&gt;1&"
-"lt;/property&gt;\n"
-"                        &lt;property name=&quot;right_attach&quot;&gt;2"
-"&lt;/property&gt;\n"
-"                        &lt;property name=&quot;top_attach&quot;&gt;2&l"
-"t;/property&gt;\n"
-"                        &lt;property name=&quot;bottom_attach&quot;&gt;"
-"3&lt;/property&gt;\n"
-"                      &lt;/packing&gt;\n"
-"                    &lt;/child&gt;\n"
-"                    &lt;child&gt;\n"
-"                      &lt;object class=&quot;GtkLabel&quot; id=&quot;la"
-"bel43&quot;&gt;\n"
-"                        &lt;property name=&quot;visible&quot;&gt;True&l"
-"t;/property&gt;\n"
-"                      &lt;/object&gt;\n"
-"                      &lt;packing&gt;\n"
-"                        &lt;property name=&quot;left_attach&quot;&gt;1&"
-"lt;/property&gt;\n"
-"                        &lt;property name=&quot;right_attach&quot;&gt;2"
-"&lt;/property&gt;\n"
-"                      &lt;/packing&gt;\n"
-"                    &lt;/child&gt;\n"
-"                    &lt;child&gt;\n"
-"                      &lt;object class=&quot;GtkLabel&quot; id=&quot;la"
-"bel42&quot;&gt;\n"
-"                        &lt;property name=&quot;visible&quot;&gt;True&l"
-"t;/property&gt;\n"
-"                      &lt;/object&gt;\n"
-"                      &lt;packing&gt;\n"
-"                        &lt;property name=&quot;top_attach&quot;&gt;1&l"
-"t;/property&gt;\n"
-"                        &lt;property name=&quot;bottom_attach&quot;&gt;"
-"2&lt;/property&gt;\n"
-"                      &lt;/packing&gt;\n"
-"                    &lt;/child&gt;\n"
-"                    &lt;child&gt;\n"
-"                      &lt;object class=&quot;GtkDrawingArea&quot; id=&q"
-"uot;preview_image&quot;&gt;\n"
-"                        &lt;property name=&quot;visible&quot;&gt;True&l"
-"t;/property&gt;\n"
-"                        &lt;property name=&quot;app_paintable&quot;&gt;"
-"True&lt;/property&gt;\n"
-"                      &lt;/object&gt;\n"
-"                      &lt;packing&gt;\n"
-"                        &lt;property name=&quot;left_attach&quot;&gt;1&"
-"lt;/property&gt;\n"
-"                        &lt;property name=&quot;right_attach&quot;&gt;2"
-"&lt;/property&gt;\n"
-"                        &lt;property name=&quot;top_attach&quot;&gt;1&l"
-"t;/property&gt;\n"
-"                        &lt;property name=&quot;bottom_attach&quot;&gt;"
-"2&lt;/property&gt;\n"
-"                        &lt;property name=&quot;x_options&quot;&gt;&lt;"
-"/property&gt;\n"
-"                        &lt;property name=&quot;y_options&quot;&gt;&lt;"
+"                &lt;property name=&quot;app_paintable&quot;&gt;True&lt;"
 "/property&gt;\n"
-"                      &lt;/packing&gt;\n"
-"                    &lt;/child&gt;\n"
-"                  &lt;/object&gt;\n"
-"                &lt;/child&gt;\n"
-"              &lt;/object&gt;\n"
-"            &lt;/child&gt;\n"
-"            &lt;child type=&quot;label&quot;&gt;\n"
-"              &lt;object class=&quot;GtkLabel&quot; id=&quot;label56&qu"
-"ot;&gt;\n"
-"                &lt;property name=&quot;visible&quot;&gt;True&lt;/prope"
-"rty&gt;\n"
-"                &lt;property name=&quot;label&quot; translatable=&quot;"
-"yes&quot;&gt;&amp;lt;b&amp;gt;Preview&amp;lt;/b&amp;gt;&lt;/property&gt"
-";\n"
-"                &lt;property name=&quot;use_markup&quot;&gt;True&lt;/pr"
-"operty&gt;\n"
 "              &lt;/object&gt;\n"
 "            &lt;/child&gt;\n"
 "          &lt;/object&gt;\n"
 "        &lt;/child&gt;\n"
+"\n"
+"        &lt;child&gt;\n"
+"          &lt;object class=&quot;GtkAlignment&quot; id=&quot;alignment_"
+"j25&quot;&gt;\n"
+"            &lt;property name=&quot;visible&quot;&gt;True&lt;/property&"
+"gt;\n"
+"            &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_"
+"MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTO"
+"N_RELEASE_MASK&lt;/property&gt;\n"
+"            &lt;property name=&quot;left_padding&quot;&gt;10&lt;/proper"
+"ty&gt;\n"
+"            &lt;property name=&quot;right_padding&quot;&gt;10&lt;/prope"
+"rty&gt;\n"
+"\n"
 "        &lt;child&gt;\n"
 "          &lt;object class=&quot;GtkHBox&quot; id=&quot;hbox7&quot;&gt;"
 "\n"
 "            &lt;property name=&quot;visible&quot;&gt;True&lt;/property&"
 "gt;\n"
+"            &lt;property name=&quot;spacing&quot;&gt;5&lt;/property&gt;"
+"\n"
 "            &lt;child&gt;\n"
 "              &lt;object class=&quot;GtkButton&quot; id=&quot;live_prev"
 "iew_play&quot;&gt;\n"
 "              &lt;/packing&gt;\n"
 "            &lt;/child&gt;\n"
 "          &lt;/object&gt;\n"
+"        &lt;/child&gt;\n"
+"\n"
+"          &lt;/object&gt;\n"
 "          &lt;packing&gt;\n"
 "            &lt;property name=&quot;expand&quot;&gt;False&lt;/property&"
 "gt;\n"
 ";\n"
 "          &lt;/packing&gt;\n"
 "        &lt;/child&gt;\n"
+"\n"
 "        &lt;child&gt;\n"
 "          &lt;object class=&quot;GtkHBox&quot; id=&quot;hbox8&quot;&gt;"
 "\n"
 "UTTON_RELEASE_MASK&lt;/property&gt;\n"
 "                &lt;property name=&quot;label_xalign&quot;&gt;0&lt;/pro"
 "perty&gt;\n"
-"                &lt;property name=&quot;shadow_type&quot;&gt;GTK_SHADOW"
-"_ETCHED_OUT&lt;/property&gt;\n"
-"                &lt;child&gt;\n"
-"                  &lt;object class=&quot;GtkAlignment&quot; id=&quot;al"
-"ignment24&quot;&gt;\n"
-"                    &lt;property name=&quot;visible&quot;&gt;True&lt;/p"
+"                &lt;property name=&quot;shadow_type&quot;&gt;none&lt;/p"
 "roperty&gt;\n"
-"                    &lt;property name=&quot;events&quot;&gt;GDK_POINTER"
-"_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | G"
-"DK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
-"                    &lt;property name=&quot;top_padding&quot;&gt;2&lt;/"
-"property&gt;\n"
-"                    &lt;property name=&quot;bottom_padding&quot;&gt;2&l"
-"t;/property&gt;\n"
-"                    &lt;property name=&quot;left_padding&quot;&gt;12&lt"
-";/property&gt;\n"
-"                    &lt;property name=&quot;right_padding&quot;&gt;2&lt"
-";/property&gt;\n"
+"\n"
 "                    &lt;child&gt;\n"
 "                      &lt;object class=&quot;GtkVBox&quot; id=&quot;vbo"
 "x39&quot;&gt;\n"
 "                        &lt;property name=&quot;events&quot;&gt;GDK_POI"
 "NTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK"
 " | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
-"                        &lt;child&gt;\n"
-"                          &lt;object class=&quot;GtkAlignment&quot; id="
-"&quot;alignment37&quot;&gt;\n"
-"                            &lt;property name=&quot;visible&quot;&gt;Tr"
-"ue&lt;/property&gt;\n"
-"                            &lt;property name=&quot;events&quot;&gt;GDK"
-"_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_"
-"MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
-"                            &lt;property name=&quot;xalign&quot;&gt;0.3"
-"4000000357627869&lt;/property&gt;\n"
-"                            &lt;property name=&quot;xscale&quot;&gt;0.3"
-"7999999523162842&lt;/property&gt;\n"
 "                            &lt;child&gt;\n"
 "                              &lt;object class=&quot;GtkTable&quot; id="
 "&quot;table6&quot;&gt;\n"
 "quot;&gt;2&lt;/property&gt;\n"
 "                                    &lt;property name=&quot;bottom_atta"
 "ch&quot;&gt;3&lt;/property&gt;\n"
+"                                    &lt;property name=&quot;x_options&q"
+"uot;/&gt;\n"
 "                                  &lt;/packing&gt;\n"
 "                                &lt;/child&gt;\n"
 "                                &lt;child&gt;\n"
 "&quot;&gt;2&lt;/property&gt;\n"
 "                                    &lt;property name=&quot;right_attac"
 "h&quot;&gt;3&lt;/property&gt;\n"
+"                                    &lt;property name=&quot;x_options&q"
+"uot;/&gt;\n"
 "                                  &lt;/packing&gt;\n"
 "                                &lt;/child&gt;\n"
 "                                &lt;child&gt;\n"
 "quot;&gt;4&lt;/property&gt;\n"
 "                                    &lt;property name=&quot;bottom_atta"
 "ch&quot;&gt;5&lt;/property&gt;\n"
+"                                    &lt;property name=&quot;x_options&q"
+"uot;/&gt;\n"
 "                                  &lt;/packing&gt;\n"
 "                                &lt;/child&gt;\n"
 "                                &lt;child&gt;\n"
 "quot;&gt;2&lt;/property&gt;\n"
 "                                    &lt;property name=&quot;bottom_atta"
 "ch&quot;&gt;3&lt;/property&gt;\n"
+"                                    &lt;property name=&quot;x_options&q"
+"uot;/&gt;\n"
 "                                  &lt;/packing&gt;\n"
 "                                &lt;/child&gt;\n"
 "                              &lt;/object&gt;\n"
+"                              &lt;packing&gt;\n"
+"                                &lt;property name=&quot;expand&quot;&gt"
+";False&lt;/property&gt;\n"
+"                              &lt;/packing&gt;\n"
 "                            &lt;/child&gt;\n"
-"                          &lt;/object&gt;\n"
-"                          &lt;packing&gt;\n"
-"                            &lt;property name=&quot;expand&quot;&gt;Fal"
-"se&lt;/property&gt;\n"
-"                          &lt;/packing&gt;\n"
-"                        &lt;/child&gt;\n"
+"\n"
 "                        &lt;child&gt;\n"
 "                          &lt;object class=&quot;GtkCheckButton&quot; i"
 "d=&quot;PictureAutoCrop&quot;&gt;\n"
 "                        &lt;/child&gt;\n"
 "                      &lt;/object&gt;\n"
 "                    &lt;/child&gt;\n"
-"                  &lt;/object&gt;\n"
-"                &lt;/child&gt;\n"
+"\n"
 "                &lt;child type=&quot;label&quot;&gt;\n"
 "                  &lt;object class=&quot;GtkLabel&quot; id=&quot;label8"
 "2&quot;&gt;\n"
 "                &lt;/child&gt;\n"
 "              &lt;/object&gt;\n"
 "              &lt;packing&gt;\n"
-"                &lt;property name=&quot;expand&quot;&gt;False&lt;/prope"
-"rty&gt;\n"
+"                &lt;property name=&quot;expand&quot;&gt;True&lt;/proper"
+"ty&gt;\n"
 "                &lt;property name=&quot;padding&quot;&gt;2&lt;/property"
 "&gt;\n"
 "              &lt;/packing&gt;\n"
 "            &lt;/child&gt;\n"
 "            &lt;child&gt;\n"
+"              &lt;object class=&quot;GtkVSeparator&quot; id=&quot;vsepa"
+"rator_j1&quot;&gt;\n"
+"                &lt;property name=&quot;visible&quot;&gt;True&lt;/prope"
+"rty&gt;\n"
+"              &lt;/object&gt;\n"
+"              &lt;packing&gt;\n"
+"                &lt;property name=&quot;expand&quot;&gt;False&lt;/prope"
+"rty&gt;\n"
+"                &lt;property name=&quot;position&quot;&gt;1&lt;/propert"
+"y&gt;\n"
+"              &lt;/packing&gt;\n"
+"            &lt;/child&gt;\n"
+"            &lt;child&gt;\n"
 "              &lt;object class=&quot;GtkFrame&quot; id=&quot;frame19&qu"
 "ot;&gt;\n"
 "                &lt;property name=&quot;visible&quot;&gt;True&lt;/prope"
 "UTTON_RELEASE_MASK&lt;/property&gt;\n"
 "                &lt;property name=&quot;label_xalign&quot;&gt;0&lt;/pro"
 "perty&gt;\n"
-"                &lt;property name=&quot;shadow_type&quot;&gt;GTK_SHADOW"
-"_ETCHED_OUT&lt;/property&gt;\n"
+"                &lt;property name=&quot;shadow_type&quot;&gt;none&lt;/p"
+"roperty&gt;\n"
 "                &lt;child&gt;\n"
 "                  &lt;object class=&quot;GtkAlignment&quot; id=&quot;al"
 "ignment43&quot;&gt;\n"
 ";hbox50&quot;&gt;\n"
 "                            &lt;property name=&quot;visible&quot;&gt;Tr"
 "ue&lt;/property&gt;\n"
+"                            &lt;property name=&quot;spacing&quot;&gt;4&"
+"lt;/property&gt;\n"
 "                            &lt;property name=&quot;events&quot;&gt;GDK"
 "_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_"
 "MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
 "                                &lt;property name=&quot;label&quot; tra"
 "nslatable=&quot;yes&quot;&gt;width:&lt;/property&gt;\n"
 "                              &lt;/object&gt;\n"
+"                              &lt;packing&gt;\n"
+"                                &lt;property name=&quot;expand&quot;&gt"
+";False&lt;/property&gt;\n"
+"                                &lt;property name=&quot;position&quot;&"
+"gt;0&lt;/property&gt;\n"
+"                              &lt;/packing&gt;\n"
 "                            &lt;/child&gt;\n"
 "                            &lt;child&gt;\n"
 "                              &lt;object class=&quot;GtkSpinButton&quot"
 "anged_cb&quot; name=&quot;value_changed&quot;/&gt;\n"
 "                              &lt;/object&gt;\n"
 "                              &lt;packing&gt;\n"
+"                                &lt;property name=&quot;expand&quot;&gt"
+";False&lt;/property&gt;\n"
 "                                &lt;property name=&quot;position&quot;&"
 "gt;1&lt;/property&gt;\n"
 "                              &lt;/packing&gt;\n"
 "nslatable=&quot;yes&quot;&gt;height:&lt;/property&gt;\n"
 "                              &lt;/object&gt;\n"
 "                              &lt;packing&gt;\n"
+"                                &lt;property name=&quot;expand&quot;&gt"
+";False&lt;/property&gt;\n"
 "                                &lt;property name=&quot;position&quot;&"
 "gt;2&lt;/property&gt;\n"
 "                              &lt;/packing&gt;\n"
 "hanged_cb&quot; name=&quot;value_changed&quot;/&gt;\n"
 "                              &lt;/object&gt;\n"
 "                              &lt;packing&gt;\n"
+"                                &lt;property name=&quot;expand&quot;&gt"
+";False&lt;/property&gt;\n"
 "                                &lt;property name=&quot;position&quot;&"
 "gt;3&lt;/property&gt;\n"
 "                              &lt;/packing&gt;\n"
 "                            &lt;property name=&quot;events&quot;&gt;GDK"
 "_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_"
 "MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
-"                            &lt;property name=&quot;spacing&quot;&gt;45"
-"&lt;/property&gt;\n"
+"                            &lt;property name=&quot;spacing&quot;&gt;5&"
+"lt;/property&gt;\n"
 "                            &lt;child&gt;\n"
 "                              &lt;object class=&quot;GtkCheckButton&quo"
 "t; id=&quot;anamorphic&quot;&gt;\n"
 "                &lt;/child&gt;\n"
 "              &lt;/object&gt;\n"
 "              &lt;packing&gt;\n"
-"                &lt;property name=&quot;expand&quot;&gt;False&lt;/prope"
-"rty&gt;\n"
+"                &lt;property name=&quot;expand&quot;&gt;True&lt;/proper"
+"ty&gt;\n"
 "                &lt;property name=&quot;padding&quot;&gt;2&lt;/property"
 "&gt;\n"
-"                &lt;property name=&quot;position&quot;&gt;1&lt;/propert"
+"                &lt;property name=&quot;position&quot;&gt;2&lt;/propert"
 "y&gt;\n"
 "              &lt;/packing&gt;\n"
 "            &lt;/child&gt;\n"
 "            &lt;child&gt;\n"
-"              &lt;object class=&quot;GtkVBox&quot; id=&quot;vbox42&quot"
-";&gt;\n"
+"              &lt;object class=&quot;GtkVSeparator&quot; id=&quot;vsepa"
+"rator_j1&quot;&gt;\n"
 "                &lt;property name=&quot;visible&quot;&gt;True&lt;/prope"
 "rty&gt;\n"
+"              &lt;/object&gt;\n"
+"              &lt;packing&gt;\n"
+"                &lt;property name=&quot;expand&quot;&gt;False&lt;/prope"
+"rty&gt;\n"
+"                &lt;property name=&quot;position&quot;&gt;3&lt;/propert"
+"y&gt;\n"
+"              &lt;/packing&gt;\n"
+"            &lt;/child&gt;\n"
+"\n"
 "                &lt;child&gt;\n"
 "                  &lt;object class=&quot;GtkFrame&quot; id=&quot;frame4"
 "&quot;&gt;\n"
 "DK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
 "                    &lt;property name=&quot;label_xalign&quot;&gt;0&lt;"
 "/property&gt;\n"
-"                    &lt;property name=&quot;shadow_type&quot;&gt;etched"
-"-out&lt;/property&gt;\n"
+"                    &lt;property name=&quot;shadow_type&quot;&gt;none&l"
+"t;/property&gt;\n"
 "                    &lt;child&gt;\n"
 "                      &lt;object class=&quot;GtkAlignment&quot; id=&quo"
 "t;alignment8&quot;&gt;\n"
 "NTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK"
 " | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;\n"
 "                        &lt;property name=&quot;label&quot; translatabl"
-"e=&quot;yes&quot;&gt;&amp;lt;b&amp;gt;Picture Filters&amp;lt;/b&amp;gt;"
-"&lt;/property&gt;\n"
+"e=&quot;yes&quot;&gt;&amp;lt;b&amp;gt;Filters&amp;lt;/b&amp;gt;&lt;/pro"
+"perty&gt;\n"
 "                        &lt;property name=&quot;use_markup&quot;&gt;Tru"
 "e&lt;/property&gt;\n"
 "                      &lt;/object&gt;\n"
 "                    &lt;/child&gt;\n"
 "                  &lt;/object&gt;\n"
 "                  &lt;packing&gt;\n"
-"                    &lt;property name=&quot;expand&quot;&gt;False&lt;/p"
-"roperty&gt;\n"
 "                    &lt;property name=&quot;padding&quot;&gt;2&lt;/prop"
 "erty&gt;\n"
-"                    &lt;property name=&quot;position&quot;&gt;0&lt;/pro"
+"                    &lt;property name=&quot;position&quot;&gt;4&lt;/pro"
 "perty&gt;\n"
 "                  &lt;/packing&gt;\n"
 "                &lt;/child&gt;\n"
-"              &lt;/object&gt;\n"
-"              &lt;packing&gt;\n"
-"                &lt;property name=&quot;position&quot;&gt;2&lt;/propert"
-"y&gt;\n"
-"              &lt;/packing&gt;\n"
-"            &lt;/child&gt;\n"
+"\n"
 "          &lt;/object&gt;\n"
 "          &lt;packing&gt;\n"
 "            &lt;property name=&quot;expand&quot;&gt;False&lt;/property&"
index 0ef336a..29b044b 100644 (file)
@@ -3811,105 +3811,38 @@ location as the movie.&lt;/property&gt;
     &lt;child&gt;
       &lt;object class=&quot;GtkVBox&quot; id=&quot;vbox32&quot;&gt;
         &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
+
         &lt;child&gt;
-          &lt;object class=&quot;GtkFrame&quot; id=&quot;frame15&quot;&gt;
+          &lt;object class=&quot;GtkAlignment&quot; id=&quot;alignment_j24&quot;&gt;
             &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-            &lt;property name=&quot;label_xalign&quot;&gt;0&lt;/property&gt;
-            &lt;property name=&quot;shadow_type&quot;&gt;GTK_SHADOW_ETCHED_OUT&lt;/property&gt;
+            &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
+            &lt;property name=&quot;top_padding&quot;&gt;2&lt;/property&gt;
+            &lt;property name=&quot;bottom_padding&quot;&gt;2&lt;/property&gt;
+            &lt;property name=&quot;left_padding&quot;&gt;2&lt;/property&gt;
+            &lt;property name=&quot;right_padding&quot;&gt;2&lt;/property&gt;
+            &lt;property name=&quot;xscale&quot;&gt;0&lt;/property&gt;
+            &lt;property name=&quot;yscale&quot;&gt;0&lt;/property&gt;
+
             &lt;child&gt;
-              &lt;object class=&quot;GtkAlignment&quot; id=&quot;alignment22&quot;&gt;
+              &lt;object class=&quot;GtkDrawingArea&quot; id=&quot;preview_image&quot;&gt;
                 &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-                &lt;property name=&quot;top_padding&quot;&gt;4&lt;/property&gt;
-                &lt;property name=&quot;bottom_padding&quot;&gt;4&lt;/property&gt;
-                &lt;property name=&quot;left_padding&quot;&gt;12&lt;/property&gt;
-                &lt;property name=&quot;right_padding&quot;&gt;4&lt;/property&gt;
-                &lt;child&gt;
-                  &lt;object class=&quot;GtkTable&quot; id=&quot;table1&quot;&gt;
-                    &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-                    &lt;property name=&quot;n_rows&quot;&gt;3&lt;/property&gt;
-                    &lt;property name=&quot;n_columns&quot;&gt;3&lt;/property&gt;
-                    &lt;child&gt;
-                      &lt;placeholder/&gt;
-                    &lt;/child&gt;
-                    &lt;child&gt;
-                      &lt;placeholder/&gt;
-                    &lt;/child&gt;
-                    &lt;child&gt;
-                      &lt;placeholder/&gt;
-                    &lt;/child&gt;
-                    &lt;child&gt;
-                      &lt;placeholder/&gt;
-                    &lt;/child&gt;
-                    &lt;child&gt;
-                      &lt;object class=&quot;GtkLabel&quot; id=&quot;label45&quot;&gt;
-                        &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-                      &lt;/object&gt;
-                      &lt;packing&gt;
-                        &lt;property name=&quot;left_attach&quot;&gt;2&lt;/property&gt;
-                        &lt;property name=&quot;right_attach&quot;&gt;3&lt;/property&gt;
-                        &lt;property name=&quot;top_attach&quot;&gt;1&lt;/property&gt;
-                        &lt;property name=&quot;bottom_attach&quot;&gt;2&lt;/property&gt;
-                      &lt;/packing&gt;
-                    &lt;/child&gt;
-                    &lt;child&gt;
-                      &lt;object class=&quot;GtkLabel&quot; id=&quot;label44&quot;&gt;
-                        &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-                      &lt;/object&gt;
-                      &lt;packing&gt;
-                        &lt;property name=&quot;left_attach&quot;&gt;1&lt;/property&gt;
-                        &lt;property name=&quot;right_attach&quot;&gt;2&lt;/property&gt;
-                        &lt;property name=&quot;top_attach&quot;&gt;2&lt;/property&gt;
-                        &lt;property name=&quot;bottom_attach&quot;&gt;3&lt;/property&gt;
-                      &lt;/packing&gt;
-                    &lt;/child&gt;
-                    &lt;child&gt;
-                      &lt;object class=&quot;GtkLabel&quot; id=&quot;label43&quot;&gt;
-                        &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-                      &lt;/object&gt;
-                      &lt;packing&gt;
-                        &lt;property name=&quot;left_attach&quot;&gt;1&lt;/property&gt;
-                        &lt;property name=&quot;right_attach&quot;&gt;2&lt;/property&gt;
-                      &lt;/packing&gt;
-                    &lt;/child&gt;
-                    &lt;child&gt;
-                      &lt;object class=&quot;GtkLabel&quot; id=&quot;label42&quot;&gt;
-                        &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-                      &lt;/object&gt;
-                      &lt;packing&gt;
-                        &lt;property name=&quot;top_attach&quot;&gt;1&lt;/property&gt;
-                        &lt;property name=&quot;bottom_attach&quot;&gt;2&lt;/property&gt;
-                      &lt;/packing&gt;
-                    &lt;/child&gt;
-                    &lt;child&gt;
-                      &lt;object class=&quot;GtkDrawingArea&quot; id=&quot;preview_image&quot;&gt;
-                        &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-                        &lt;property name=&quot;app_paintable&quot;&gt;True&lt;/property&gt;
-                      &lt;/object&gt;
-                      &lt;packing&gt;
-                        &lt;property name=&quot;left_attach&quot;&gt;1&lt;/property&gt;
-                        &lt;property name=&quot;right_attach&quot;&gt;2&lt;/property&gt;
-                        &lt;property name=&quot;top_attach&quot;&gt;1&lt;/property&gt;
-                        &lt;property name=&quot;bottom_attach&quot;&gt;2&lt;/property&gt;
-                        &lt;property name=&quot;x_options&quot;&gt;&lt;/property&gt;
-                        &lt;property name=&quot;y_options&quot;&gt;&lt;/property&gt;
-                      &lt;/packing&gt;
-                    &lt;/child&gt;
-                  &lt;/object&gt;
-                &lt;/child&gt;
-              &lt;/object&gt;
-            &lt;/child&gt;
-            &lt;child type=&quot;label&quot;&gt;
-              &lt;object class=&quot;GtkLabel&quot; id=&quot;label56&quot;&gt;
-                &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-                &lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt;&amp;lt;b&amp;gt;Preview&amp;lt;/b&amp;gt;&lt;/property&gt;
-                &lt;property name=&quot;use_markup&quot;&gt;True&lt;/property&gt;
+                &lt;property name=&quot;app_paintable&quot;&gt;True&lt;/property&gt;
               &lt;/object&gt;
             &lt;/child&gt;
           &lt;/object&gt;
         &lt;/child&gt;
+
+        &lt;child&gt;
+          &lt;object class=&quot;GtkAlignment&quot; id=&quot;alignment_j25&quot;&gt;
+            &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
+            &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
+            &lt;property name=&quot;left_padding&quot;&gt;10&lt;/property&gt;
+            &lt;property name=&quot;right_padding&quot;&gt;10&lt;/property&gt;
+
         &lt;child&gt;
           &lt;object class=&quot;GtkHBox&quot; id=&quot;hbox7&quot;&gt;
             &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
+            &lt;property name=&quot;spacing&quot;&gt;5&lt;/property&gt;
             &lt;child&gt;
               &lt;object class=&quot;GtkButton&quot; id=&quot;live_preview_play&quot;&gt;
                 &lt;property name=&quot;height_request&quot;&gt;30&lt;/property&gt;
@@ -4016,11 +3949,15 @@ location as the movie.&lt;/property&gt;
               &lt;/packing&gt;
             &lt;/child&gt;
           &lt;/object&gt;
+        &lt;/child&gt;
+
+          &lt;/object&gt;
           &lt;packing&gt;
             &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
             &lt;property name=&quot;position&quot;&gt;1&lt;/property&gt;
           &lt;/packing&gt;
         &lt;/child&gt;
+
         &lt;child&gt;
           &lt;object class=&quot;GtkHBox&quot; id=&quot;hbox8&quot;&gt;
             &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
@@ -4029,25 +3966,12 @@ location as the movie.&lt;/property&gt;
                 &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
                 &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
                 &lt;property name=&quot;label_xalign&quot;&gt;0&lt;/property&gt;
-                &lt;property name=&quot;shadow_type&quot;&gt;GTK_SHADOW_ETCHED_OUT&lt;/property&gt;
-                &lt;child&gt;
-                  &lt;object class=&quot;GtkAlignment&quot; id=&quot;alignment24&quot;&gt;
-                    &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-                    &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
-                    &lt;property name=&quot;top_padding&quot;&gt;2&lt;/property&gt;
-                    &lt;property name=&quot;bottom_padding&quot;&gt;2&lt;/property&gt;
-                    &lt;property name=&quot;left_padding&quot;&gt;12&lt;/property&gt;
-                    &lt;property name=&quot;right_padding&quot;&gt;2&lt;/property&gt;
+                &lt;property name=&quot;shadow_type&quot;&gt;none&lt;/property&gt;
+
                     &lt;child&gt;
                       &lt;object class=&quot;GtkVBox&quot; id=&quot;vbox39&quot;&gt;
                         &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
                         &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
-                        &lt;child&gt;
-                          &lt;object class=&quot;GtkAlignment&quot; id=&quot;alignment37&quot;&gt;
-                            &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
-                            &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
-                            &lt;property name=&quot;xalign&quot;&gt;0.34000000357627869&lt;/property&gt;
-                            &lt;property name=&quot;xscale&quot;&gt;0.37999999523162842&lt;/property&gt;
                             &lt;child&gt;
                               &lt;object class=&quot;GtkTable&quot; id=&quot;table6&quot;&gt;
                                 &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
@@ -4115,6 +4039,7 @@ location as the movie.&lt;/property&gt;
                                   &lt;packing&gt;
                                     &lt;property name=&quot;top_attach&quot;&gt;2&lt;/property&gt;
                                     &lt;property name=&quot;bottom_attach&quot;&gt;3&lt;/property&gt;
+                                    &lt;property name=&quot;x_options&quot;/&gt;
                                   &lt;/packing&gt;
                                 &lt;/child&gt;
                                 &lt;child&gt;
@@ -4127,6 +4052,7 @@ location as the movie.&lt;/property&gt;
                                   &lt;packing&gt;
                                     &lt;property name=&quot;left_attach&quot;&gt;2&lt;/property&gt;
                                     &lt;property name=&quot;right_attach&quot;&gt;3&lt;/property&gt;
+                                    &lt;property name=&quot;x_options&quot;/&gt;
                                   &lt;/packing&gt;
                                 &lt;/child&gt;
                                 &lt;child&gt;
@@ -4157,6 +4083,7 @@ location as the movie.&lt;/property&gt;
                                     &lt;property name=&quot;right_attach&quot;&gt;3&lt;/property&gt;
                                     &lt;property name=&quot;top_attach&quot;&gt;4&lt;/property&gt;
                                     &lt;property name=&quot;bottom_attach&quot;&gt;5&lt;/property&gt;
+                                    &lt;property name=&quot;x_options&quot;/&gt;
                                   &lt;/packing&gt;
                                 &lt;/child&gt;
                                 &lt;child&gt;
@@ -4219,15 +4146,15 @@ location as the movie.&lt;/property&gt;
                                     &lt;property name=&quot;right_attach&quot;&gt;5&lt;/property&gt;
                                     &lt;property name=&quot;top_attach&quot;&gt;2&lt;/property&gt;
                                     &lt;property name=&quot;bottom_attach&quot;&gt;3&lt;/property&gt;
+                                    &lt;property name=&quot;x_options&quot;/&gt;
                                   &lt;/packing&gt;
                                 &lt;/child&gt;
                               &lt;/object&gt;
+                              &lt;packing&gt;
+                                &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
+                              &lt;/packing&gt;
                             &lt;/child&gt;
-                          &lt;/object&gt;
-                          &lt;packing&gt;
-                            &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
-                          &lt;/packing&gt;
-                        &lt;/child&gt;
+
                         &lt;child&gt;
                           &lt;object class=&quot;GtkCheckButton&quot; id=&quot;PictureAutoCrop&quot;&gt;
                             &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
@@ -4243,8 +4170,7 @@ location as the movie.&lt;/property&gt;
                         &lt;/child&gt;
                       &lt;/object&gt;
                     &lt;/child&gt;
-                  &lt;/object&gt;
-                &lt;/child&gt;
+
                 &lt;child type=&quot;label&quot;&gt;
                   &lt;object class=&quot;GtkLabel&quot; id=&quot;label82&quot;&gt;
                     &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
@@ -4255,16 +4181,25 @@ location as the movie.&lt;/property&gt;
                 &lt;/child&gt;
               &lt;/object&gt;
               &lt;packing&gt;
-                &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
+                &lt;property name=&quot;expand&quot;&gt;True&lt;/property&gt;
                 &lt;property name=&quot;padding&quot;&gt;2&lt;/property&gt;
               &lt;/packing&gt;
             &lt;/child&gt;
             &lt;child&gt;
+              &lt;object class=&quot;GtkVSeparator&quot; id=&quot;vseparator_j1&quot;&gt;
+                &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
+              &lt;/object&gt;
+              &lt;packing&gt;
+                &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
+                &lt;property name=&quot;position&quot;&gt;1&lt;/property&gt;
+              &lt;/packing&gt;
+            &lt;/child&gt;
+            &lt;child&gt;
               &lt;object class=&quot;GtkFrame&quot; id=&quot;frame19&quot;&gt;
                 &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
                 &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
                 &lt;property name=&quot;label_xalign&quot;&gt;0&lt;/property&gt;
-                &lt;property name=&quot;shadow_type&quot;&gt;GTK_SHADOW_ETCHED_OUT&lt;/property&gt;
+                &lt;property name=&quot;shadow_type&quot;&gt;none&lt;/property&gt;
                 &lt;child&gt;
                   &lt;object class=&quot;GtkAlignment&quot; id=&quot;alignment43&quot;&gt;
                     &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
@@ -4281,6 +4216,7 @@ location as the movie.&lt;/property&gt;
                         &lt;child&gt;
                           &lt;object class=&quot;GtkHBox&quot; id=&quot;hbox50&quot;&gt;
                             &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
+                            &lt;property name=&quot;spacing&quot;&gt;4&lt;/property&gt;
                             &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
                             &lt;child&gt;
                               &lt;object class=&quot;GtkLabel&quot; id=&quot;label85&quot;&gt;
@@ -4288,6 +4224,10 @@ location as the movie.&lt;/property&gt;
                                 &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
                                 &lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt;width:&lt;/property&gt;
                               &lt;/object&gt;
+                              &lt;packing&gt;
+                                &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
+                                &lt;property name=&quot;position&quot;&gt;0&lt;/property&gt;
+                              &lt;/packing&gt;
                             &lt;/child&gt;
                             &lt;child&gt;
                               &lt;object class=&quot;GtkSpinButton&quot; id=&quot;scale_width&quot;&gt;
@@ -4299,6 +4239,7 @@ location as the movie.&lt;/property&gt;
                                 &lt;signal handler=&quot;scale_width_changed_cb&quot; name=&quot;value_changed&quot;/&gt;
                               &lt;/object&gt;
                               &lt;packing&gt;
+                                &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
                                 &lt;property name=&quot;position&quot;&gt;1&lt;/property&gt;
                               &lt;/packing&gt;
                             &lt;/child&gt;
@@ -4309,6 +4250,7 @@ location as the movie.&lt;/property&gt;
                                 &lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt;height:&lt;/property&gt;
                               &lt;/object&gt;
                               &lt;packing&gt;
+                                &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
                                 &lt;property name=&quot;position&quot;&gt;2&lt;/property&gt;
                               &lt;/packing&gt;
                             &lt;/child&gt;
@@ -4321,6 +4263,7 @@ location as the movie.&lt;/property&gt;
                                 &lt;signal handler=&quot;scale_height_changed_cb&quot; name=&quot;value_changed&quot;/&gt;
                               &lt;/object&gt;
                               &lt;packing&gt;
+                                &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
                                 &lt;property name=&quot;position&quot;&gt;3&lt;/property&gt;
                               &lt;/packing&gt;
                             &lt;/child&gt;
@@ -4377,7 +4320,7 @@ If not checked, encoding efficiency may be reduced.&lt;/property&gt;
                           &lt;object class=&quot;GtkHBox&quot; id=&quot;hbox53&quot;&gt;
                             &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
                             &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
-                            &lt;property name=&quot;spacing&quot;&gt;45&lt;/property&gt;
+                            &lt;property name=&quot;spacing&quot;&gt;5&lt;/property&gt;
                             &lt;child&gt;
                               &lt;object class=&quot;GtkCheckButton&quot; id=&quot;anamorphic&quot;&gt;
                                 &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
@@ -4431,20 +4374,27 @@ the other to maintain the video&apos;s original aspect ratio.&lt;/property&gt;
                 &lt;/child&gt;
               &lt;/object&gt;
               &lt;packing&gt;
-                &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
+                &lt;property name=&quot;expand&quot;&gt;True&lt;/property&gt;
                 &lt;property name=&quot;padding&quot;&gt;2&lt;/property&gt;
-                &lt;property name=&quot;position&quot;&gt;1&lt;/property&gt;
+                &lt;property name=&quot;position&quot;&gt;2&lt;/property&gt;
               &lt;/packing&gt;
             &lt;/child&gt;
             &lt;child&gt;
-              &lt;object class=&quot;GtkVBox&quot; id=&quot;vbox42&quot;&gt;
+              &lt;object class=&quot;GtkVSeparator&quot; id=&quot;vseparator_j1&quot;&gt;
                 &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
+              &lt;/object&gt;
+              &lt;packing&gt;
+                &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
+                &lt;property name=&quot;position&quot;&gt;3&lt;/property&gt;
+              &lt;/packing&gt;
+            &lt;/child&gt;
+
                 &lt;child&gt;
                   &lt;object class=&quot;GtkFrame&quot; id=&quot;frame4&quot;&gt;
                     &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
                     &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
                     &lt;property name=&quot;label_xalign&quot;&gt;0&lt;/property&gt;
-                    &lt;property name=&quot;shadow_type&quot;&gt;etched-out&lt;/property&gt;
+                    &lt;property name=&quot;shadow_type&quot;&gt;none&lt;/property&gt;
                     &lt;child&gt;
                       &lt;object class=&quot;GtkAlignment&quot; id=&quot;alignment8&quot;&gt;
                         &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
@@ -4645,22 +4595,17 @@ the other to maintain the video&apos;s original aspect ratio.&lt;/property&gt;
                       &lt;object class=&quot;GtkLabel&quot; id=&quot;label22&quot;&gt;
                         &lt;property name=&quot;visible&quot;&gt;True&lt;/property&gt;
                         &lt;property name=&quot;events&quot;&gt;GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK&lt;/property&gt;
-                        &lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt;&amp;lt;b&amp;gt;Picture Filters&amp;lt;/b&amp;gt;&lt;/property&gt;
+                        &lt;property name=&quot;label&quot; translatable=&quot;yes&quot;&gt;&amp;lt;b&amp;gt;Filters&amp;lt;/b&amp;gt;&lt;/property&gt;
                         &lt;property name=&quot;use_markup&quot;&gt;True&lt;/property&gt;
                       &lt;/object&gt;
                     &lt;/child&gt;
                   &lt;/object&gt;
                   &lt;packing&gt;
-                    &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;
                     &lt;property name=&quot;padding&quot;&gt;2&lt;/property&gt;
-                    &lt;property name=&quot;position&quot;&gt;0&lt;/property&gt;
+                    &lt;property name=&quot;position&quot;&gt;4&lt;/property&gt;
                   &lt;/packing&gt;
                 &lt;/child&gt;
-              &lt;/object&gt;
-              &lt;packing&gt;
-                &lt;property name=&quot;position&quot;&gt;2&lt;/property&gt;
-              &lt;/packing&gt;
-            &lt;/child&gt;
+
           &lt;/object&gt;
           &lt;packing&gt;
             &lt;property name=&quot;expand&quot;&gt;False&lt;/property&gt;