]> granicus.if.org Git - handbrake/commitdiff
LinGui: fix a couple cosmetic issues
authorjstebbins <jstebbins.hb@gmail.com>
Wed, 19 Aug 2009 13:58:46 +0000 (13:58 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Wed, 19 Aug 2009 13:58:46 +0000 (13:58 +0000)
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

gtk/src/ghb.ui

index 608743f4ade8b7ede844ea2d3ba23b8731c64809..f20fa42547fe2a2e9e64150e9d46defcf54be8a6 100644 (file)
                                 </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"/>