group label text should follow the colour scheme the same as the titlebar. Patch from Stephen Boddy. Closes LP #406639
This commit is contained in:
parent
1283aafd42
commit
0995147861
|
@ -140,6 +140,7 @@ class TerminatorTermTitle (gtk.EventBox):
|
||||||
def set_foreground_color (self, color):
|
def set_foreground_color (self, color):
|
||||||
"""Set the foreground color of the titlebar"""
|
"""Set the foreground color of the titlebar"""
|
||||||
self._title.modify_fg (gtk.STATE_NORMAL, color)
|
self._title.modify_fg (gtk.STATE_NORMAL, color)
|
||||||
|
self._group.modify_fg (gtk.STATE_NORMAL, color)
|
||||||
|
|
||||||
def set_from_icon_name (self, name, size = gtk.ICON_SIZE_MENU):
|
def set_from_icon_name (self, name, size = gtk.ICON_SIZE_MENU):
|
||||||
"""Set an icon for the group label"""
|
"""Set an icon for the group label"""
|
||||||
|
|
Loading…
Reference in New Issue