diff options
author | jstebbins <[email protected]> | 2009-09-25 18:34:36 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-09-25 18:34:36 +0000 |
commit | 5a30aed7d252c467635729f25a7d3288b202d51f (patch) | |
tree | 3a30907ff253c62a63b61a00ad413ac7e6ea596b /gtk/src/ghb.ui | |
parent | a374242fe6973db162a5d9809fd54d4e0b861c03 (diff) |
LinGui: ok, I relent. mbtree widget is not needed so it's gone
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2840 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 6899521ff..00d004ceb 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3176,21 +3176,6 @@ no-dct-decimate=0:cabac=1</property> </packing> </child> <child> - <object class="GtkCheckButton" id="x264_mbtree"> - <property name="visible">True</property> - <property name="can_focus">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="tooltip-text" translatable="yes">Using macroblock tree ratecontrol overall improves compression.</property> - <property name="label" translatable="yes">Macroblock Tree Rate Control</property> - <property name="active">True</property> - <property name="draw_indicator">True</property> - <signal handler="x264_widget_changed_cb" name="toggled"/> - </object> - <packing> - <property name="position">2</property> - </packing> - </child> - <child> <object class="GtkCheckButton" id="x264_no_fast_pskip"> <property name="visible">True</property> <property name="can_focus">True</property> @@ -3202,7 +3187,7 @@ no-dct-decimate=0:cabac=1</property> <signal handler="x264_widget_changed_cb" name="toggled"/> </object> <packing> - <property name="position">3</property> + <property name="position">2</property> </packing> </child> <child> @@ -3217,7 +3202,7 @@ no-dct-decimate=0:cabac=1</property> <signal handler="x264_widget_changed_cb" name="toggled"/> </object> <packing> - <property name="position">4</property> + <property name="position">3</property> </packing> </child> <child> @@ -3232,7 +3217,7 @@ no-dct-decimate=0:cabac=1</property> <signal handler="x264_widget_changed_cb" name="toggled"/> </object> <packing> - <property name="position">5</property> + <property name="position">4</property> </packing> </child> <child> @@ -3300,7 +3285,7 @@ no-dct-decimate=0:cabac=1</property> </child> </object> <packing> - <property name="position">6</property> + <property name="position">5</property> </packing> </child> </object> |