1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-30 18:32:28 +01:00

Lowered minimum GUI height to 400.

Added support for the GUI to remember when its resized.
This commit is contained in:
imdano
2007-12-17 11:42:16 +00:00
parent 216175b138
commit 4dadeefdd6
3 changed files with 43 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
<!--Generated with glade3 3.2.2 on Sun Jul 1 23:19:18 2007 by adam@adam-->
<glade-interface>
<widget class="GtkWindow" id="window1">
<property name="width_request">580</property>
<property name="height_request">600</property>
<property name="width_request">605</property>
<property name="height_request">400</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Wicd Manager</property>
<property name="window_position">GTK_WIN_POS_CENTER_ALWAYS</property>