diff options
author | jstebbins <[email protected]> | 2009-06-08 17:00:03 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-08 17:00:03 +0000 |
commit | 8dc32d2cfd52a1f1b97a2360d04241c9e2d96b13 (patch) | |
tree | 4bd6289375278cd5a3ec009f8596cdb08f0ad6a4 /gtk/src/main.c | |
parent | ba55f4a2f3c85a600231223d2912d9afcada00f8 (diff) |
LinGui: replace drc hscale with scalebutton
scale button pops up a scale when needed, so is more compact.
audio settings now all fit in one row. this opens the possibility
of making the audio tab behave more like the mac ui's
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2503 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/main.c')
-rw-r--r-- | gtk/src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/main.c b/gtk/src/main.c index e60ffbc39..043c4c6b3 100644 --- a/gtk/src/main.c +++ b/gtk/src/main.c @@ -625,6 +625,7 @@ const gchar *hud_rcstyle = "fg[PRELIGHT]=\"white\"\n" "}\n" "widget_class \"*.GtkComboBox.GtkToggleButton\" style \"ghb-combo\"\n" +"widget_class \"*.GtkScaleButton\" style \"ghb-combo\"\n" "widget_class \"*.GtkEntry\" style \"ghb-entry\"\n" "widget \"preview_window.*.preview_hud.*\" style \"ghb-hud\"\n" "widget \"preview_window\" style \"ghb-preview\"\n"; |