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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user