diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-04-29 21:47:54 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-04-29 21:47:54 +0200 |
commit | 7604d35942733575e7314630fa54f70fd4849340 (patch) | |
tree | e1ebe6b558e1d002e7e042856166e6fc6e21a6f8 /data/stylesheeteditor.ui | |
parent | 992cf2451ad3720466fb8957e1296d3468dab17e (diff) |
Implement setting default fg colour
Diffstat (limited to 'data/stylesheeteditor.ui')
-rw-r--r-- | data/stylesheeteditor.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/stylesheeteditor.ui b/data/stylesheeteditor.ui index 5dd473d..dfff08a 100644 --- a/data/stylesheeteditor.ui +++ b/data/stylesheeteditor.ui @@ -122,6 +122,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> + <signal name="color-set" handler="default_colour_sig" swapped="no"/> </object> <packing> <property name="expand">False</property> |