1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-30 18:32:28 +01:00

Made the GUI look better with dark themes

This commit is contained in:
Adam Blackburn
2009-05-10 22:51:49 +08:00
parent 46798c4115
commit 6e8fde8274
2 changed files with 3 additions and 3 deletions

View File

@@ -146,5 +146,5 @@ class GreyLabel(gtk.Label):
gtk.Label.__init__(self)
def set_label(self, text):
self.set_markup("<span color=\"#666666\">" + text + "</span>")
self.set_markup(text)
self.set_alignment(0, 0)