diff options
author | jstebbins <[email protected]> | 2009-04-14 22:56:37 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-04-14 22:56:37 +0000 |
commit | 52e7add532d5dc983b328917924459d2ea3873a9 (patch) | |
tree | 8b3e1e9cceb2b726b6484cca7062479a1bb70cab /gtk/src/ghb.ui | |
parent | a1365b1285c50c34e58172289330c089125c6f93 (diff) |
LinGui: fix some bugs in the new anamorphic settings
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2329 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index e4cc7bec4..d2620f3c0 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -4102,7 +4102,6 @@ location as the movie.</property> </child> </object> <object class="GtkWindow" id="settings_window"> - <property name="opacity">.85</property> <property name="title" translatable="yes">Picture Settings</property> <property name="window_position">GTK_WIN_POS_NONE</property> <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> @@ -4596,7 +4595,7 @@ 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="adjustment">adjustment25</property> <property name="snap_to_ticks">True</property> - <signal name="value_changed" handler="scale_changed_cb"/> + <signal name="value_changed" handler="display_width_changed_cb"/> </object> <packing> <property name="expand">False</property> @@ -4620,7 +4619,7 @@ location as the movie.</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="adjustment">adjustment26</property> - <signal name="value_changed" handler="scale_changed_cb"/> + <signal name="value_changed" handler="display_height_changed_cb"/> </object> <packing> <property name="expand">False</property> |