diff options
author | jstebbins <[email protected]> | 2009-05-20 00:28:51 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-05-20 00:28:51 +0000 |
commit | 05b33621d3c1c742f003129e3ab2e90e9851905a (patch) | |
tree | 332b8f904019723a1ad462612230a013075afd3e /gtk/src/ghb.ui | |
parent | 2d4f59325e770fae5841550cbaf5e1f5cbe1c81b (diff) |
LinGui:
- fix a couple ui widget size/position issues
- fix subtitle selection when no match is found in a title for a subtitle preset
- fix an error in generating strings that describe a subtitles type
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2431 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 57a941f7e..ba9113a2c 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -2130,6 +2130,8 @@ <object class="GtkAlignment" id="alignment57"> <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</property> + <property name="xscale">0</property> <property name="top_padding">6</property> <property name="bottom_padding">2</property> <property name="left_padding">12</property> @@ -2272,7 +2274,6 @@ </child> <child> <object class="GtkComboBox" id="SubtitleTrack"> - <property name="width_request">150</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> <signal handler="subtitle_track_changed_cb" name="changed"/> |