mirror of
https://github.com/gryf/wicd.git
synced 2025-12-23 14:42:29 +01:00
Tweak default window sizes
This commit is contained in:
@@ -632,13 +632,13 @@ class WicdDaemon(dbus.service.Object):
|
||||
|
||||
"""
|
||||
if win_name == "main":
|
||||
default_width = 605
|
||||
default_height = 400
|
||||
default_width = -1
|
||||
default_height = -1
|
||||
width_str = "window_width"
|
||||
height_str = "window_height"
|
||||
else:
|
||||
default_width = 125
|
||||
default_height = 500
|
||||
default_width = -1
|
||||
default_height = -1
|
||||
width_str = "pref_width"
|
||||
height_str = "pref_height"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user