mirror of
https://github.com/gryf/wicd.git
synced 2026-03-27 22:43:33 +01:00
Removed italicized text from the GTK GUI
This commit is contained in:
@@ -146,5 +146,5 @@ class GreyLabel(gtk.Label):
|
|||||||
gtk.Label.__init__(self)
|
gtk.Label.__init__(self)
|
||||||
|
|
||||||
def set_label(self, text):
|
def set_label(self, text):
|
||||||
self.set_markup("<span color=\"#666666\"><i>" + text + "</i></span>")
|
self.set_markup("<span color=\"#666666\">" + text + "</span>")
|
||||||
self.set_alignment(0, 0)
|
self.set_alignment(0, 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user