diff options
author | jstebbins <[email protected]> | 2011-04-19 00:18:17 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-04-19 00:18:17 +0000 |
commit | 9c94517108b677e2f1d71e1bd332ee70210720f6 (patch) | |
tree | b95aaefb15a1e0884519926c0c457e8839e49848 /gtk/src/ghb.ui | |
parent | d0d06731c765a1a4c43558639405533d2af088b7 (diff) |
LinGui: remember user window size changes
window size gets stored in prefs when changed and restored whenever
ghb starts.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3939 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 7d70370b3..b5f6cfc14 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -538,7 +538,7 @@ </object> <object class="GtkWindow" id="hb_window"> - <property name="visible">True</property> + <property name="visible">False</property> <property name="resizable">True</property> <property name="title" translatable="yes">HandBrake</property> <property name="default_width">500</property> @@ -548,6 +548,7 @@ <signal handler="hb_visibility_event_cb" name="visibility_notify_event"/> <signal handler="window_destroy_event_cb" name="destroy_event"/> <signal handler="window_delete_event_cb" name="delete_event"/> + <signal handler="window_configure_cb" name="configure-event"/> <child> <object class="GtkVBox" id="vbox48"> <property name="orientation">vertical</property> @@ -3373,7 +3374,7 @@ The deblocking filter has two adjustable parameters, "strength" (Alpha) and "thr </child> </object> <packing> - <property name="expand">True</property> + <property name="expand">False</property> <property name="position">0</property> </packing> </child> |