mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 13:28:08 +01:00
More fixes to the themeability of wicd
This commit is contained in:
@@ -378,9 +378,7 @@ class PreferencesDialog(object):
|
||||
|
||||
self.dialog = self.wTree.get_object("pref_dialog")
|
||||
self.dialog.set_title(_('Preferences'))
|
||||
if os.path.exists(os.path.join(wpath.images, "wicd.png")):
|
||||
self.dialog.set_icon_from_file(
|
||||
os.path.join(wpath.images, "wicd.png"))
|
||||
self.dialog.set_icon_name('wicd-gtk')
|
||||
width = int(gtk.gdk.screen_width() / 2.4)
|
||||
if width > 450:
|
||||
width = 450
|
||||
|
||||
Reference in New Issue
Block a user