]> granicus.if.org Git - handbrake/commitdiff
LinGui: Fix filter tab on gtk 3.10
authorJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 15 Oct 2015 15:47:44 +0000 (08:47 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Thu, 15 Oct 2015 15:48:42 +0000 (08:48 -0700)
Gtk versions prior to 3.12 do not support GtkFlowBox

gtk/src/ghb.ui

index 37b4b20663bcdee77aad124a9a8fc28e4a00f208..a0863ba0920cf3158ecc9a8126b597525574e7fb 100644 (file)
@@ -2863,8 +2863,7 @@ Players will scale the image in order to achieve the specified aspect.</property
                       </packing>
                     </child>
                     <child>
-                      <object class="GtkFlowBox" id="filter_tab">
-                        <property name="orientation">horizontal</property>
+                      <object class="GtkGrid" id="filter_tab">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="column-spacing">4</property>
@@ -2932,6 +2931,12 @@ JunkLeft:JunkRight:JunkTop:JunkBottom:StrictBreaks:MetricPlane:Parity</property>
                               </packing>
                             </child>
                           </object>
+                          <packing>
+                            <property name="top_attach">0</property>
+                            <property name="left_attach">0</property>
+                            <property name="width">1</property>
+                            <property name="height">1</property>
+                          </packing>
                         </child>
                         <child>
                           <object class="GtkGrid" id="table14">
@@ -3031,6 +3036,12 @@ SpatialLuma:SpatialChroma:TemporalLuma:TemporalChroma</property>
                               </packing>
                             </child>
                           </object>
+                          <packing>
+                            <property name="top_attach">0</property>
+                            <property name="left_attach">1</property>
+                            <property name="width">1</property>
+                            <property name="height">1</property>
+                          </packing>
                         </child>
                         <child>
                           <object class="GtkGrid" id="table90">
@@ -3074,6 +3085,12 @@ If your source exhibits 'blockiness', this filter may help clean it up.</propert
                               </packing>
                             </child>
                           </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="GtkGrid" id="table1">
@@ -3200,6 +3217,12 @@ SpatialLuma:SpatialChroma:TemporalLuma:TemporalChroma</property>
                               </packing>
                             </child>
                           </object>
+                          <packing>
+                            <property name="top_attach">1</property>
+                            <property name="left_attach">1</property>
+                            <property name="width">1</property>
+                            <property name="height">1</property>
+                          </packing>
                         </child>
                         <child>
                           <object class="GtkCheckButton" id="VideoGrayScale">
@@ -3214,6 +3237,12 @@ SpatialLuma:SpatialChroma:TemporalLuma:TemporalChroma</property>
                             <property name="draw_indicator">True</property>
                             <signal name="toggled" handler="setting_widget_changed_cb" swapped="no"/>
                           </object>
+                          <packing>
+                            <property name="top_attach">1</property>
+                            <property name="left_attach">2</property>
+                            <property name="width">1</property>
+                            <property name="height">1</property>
+                          </packing>
                         </child>
                       </object>
                       <packing>