diff options
author | jstebbins <[email protected]> | 2009-11-02 18:26:11 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-11-02 18:26:11 +0000 |
commit | 7b2c8b07f3d88767f13850d5743092e4e043b212 (patch) | |
tree | bb8393e5824073cf5ba07641f976821ce2721e74 /gtk/src/ghb.ui | |
parent | 1e6b191a97edad3cd634b4972f53873d3d5001d9 (diff) |
LinGui: use a smaller font in audio settings controls
allows a small reduction in the width of the main window.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2910 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 7a8b1f0d3..8319f0e5b 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -2031,7 +2031,7 @@ FFmpeg's and Theora's scale is more linear. These encoders do not have a lossle <property name="n_columns">7</property> <child> <object class="GtkComboBox" id="AudioTrack"> - <property name="width_request">215</property> + <property name="width_request">180</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> <property name="tooltip-text" translatable="yes">List of audio tracks available from your source.</property> @@ -2211,6 +2211,7 @@ For source audio that has a wide dynamic range (very loud and very soft sequence <property name="right_attach">3</property> <property name="top_attach">1</property> <property name="bottom_attach">2</property> + <property name="x_options">GTK_FILL</property> </packing> </child> </object> |