diff options
author | jstebbins <[email protected]> | 2009-07-02 23:54:56 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-07-02 23:54:56 +0000 |
commit | db9e447eca084e5398cd5252cb737e047d11ac91 (patch) | |
tree | 917cd57666bebabce44c39c13e1612a45b51d63a /gtk/src/ghb.ui | |
parent | 1613efe962d907d1a73112aeb17453b2a7c5107f (diff) |
LinGui: fix a problem with subtitle controls and large fonts
the controls would get the bottoms clipped if you used a large font
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2658 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 1376541a6..a9a9c3255 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -2253,8 +2253,7 @@ audio-volume-medium</property> </packing> </child> <child> - <object class="GtkTable" id="table5"> - <property name="height_request">45</property> + <object class="GtkTable" id="subtitle_table"> <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="n_rows">2</property> |