1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 04:48:00 +01:00

Fix (probably? needs further testing) bug with themeability

This commit is contained in:
David Paleino
2012-11-18 00:45:46 +01:00
parent 849c61eb4d
commit 6216ab4ffb
2 changed files with 1 additions and 1 deletions

View File

@@ -802,7 +802,7 @@ class WiredNetworkEntry(NetworkEntry):
self.image.set_padding(0, 0) self.image.set_padding(0, 0)
self.image.set_alignment(.5, .5) self.image.set_alignment(.5, .5)
self.image.set_size_request(60, -1) self.image.set_size_request(60, -1)
self.image.set_from_file(wpath.images + "wired-gui.svg") self.image.set_from_icon_name("wired-gui", 4)
self.image.show() self.image.show()
self.connect_button.show() self.connect_button.show()

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB