1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 23:22:27 +01:00

change the default height of the network properties dialog so that scrollbars will never be needed

This commit is contained in:
Adam Blackburn
2009-12-30 08:29:22 -10:00
parent 42e513d42a
commit 34982bde91

View File

@@ -150,7 +150,7 @@ class AdvancedSettingsDialog(gtk.Dialog):
if s_height < 768:
height = s_height * .75
else:
height = 500
height = 600
self.resize(int(width), int(height))
def set_defaults(self, widget=None, event=None):