diff options
author | jstebbins <[email protected]> | 2009-08-19 13:58:46 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-08-19 13:58:46 +0000 |
commit | 15697dbce4fe6b06a406deb2160ec8f328f7787f (patch) | |
tree | f7b7ef3c8a39b3f30b9253bbf3644012ca0a84a7 /gtk/src | |
parent | 021ee3721d5d848cac628b5c04aa304e5e2ceb4c (diff) |
LinGui: fix a couple cosmetic issues
if a non-standard font size is used, some widgets were cropping more
than was necessary
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2770 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src')
-rw-r--r-- | gtk/src/ghb.ui | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 608743f4a..f20fa4254 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -739,7 +739,6 @@ </child> <child> <object class="GtkComboBox" id="title"> - <property name="width_request">150</property> <property name="visible">True</property> <property name="has_frame">False</property> <signal handler="title_changed_cb" name="changed"/> @@ -5826,7 +5825,6 @@ the required multiple.</property> <child> <object class="GtkEventBox" id="preview_event_box"> <property name="visible">True</property> - <property name="width-request">500</property> <property name="app-paintable">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK</property> <signal name="enter-notify-event" handler="hud_enter_cb"/> |