1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-03 12:24:14 +01:00

Fixed resizing causing the window to center itself.

This commit is contained in:
imdano
2008-01-04 14:08:14 +00:00
parent 53fc40349d
commit 4e0dfc8e22

View File

@@ -7,7 +7,7 @@
<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>
<property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="icon">wicd.png</property>
<property name="gravity">GDK_GRAVITY_CENTER</property>
<signal name="destroy" handler="main_exit"/>