diff options
author | Thomas White <taw@bitwiz.me.uk> | 2018-07-06 22:53:31 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2018-07-06 22:54:26 +0200 |
commit | b8519332af98e39d06cfe2e98b6583720b937255 (patch) | |
tree | 3d59e0ccaca5959195fe0e2de79e400927a3dd62 /data/stylesheeteditor.ui | |
parent | a2ef3f8b5c1504d33f300ef6b14625ccf199ed98 (diff) |
Stylesheet editor plumbing
Diffstat (limited to 'data/stylesheeteditor.ui')
-rw-r--r-- | data/stylesheeteditor.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/stylesheeteditor.ui b/data/stylesheeteditor.ui index e591906..65ba964 100644 --- a/data/stylesheeteditor.ui +++ b/data/stylesheeteditor.ui @@ -101,7 +101,7 @@ </packing> </child> <child> - <object class="GtkFontButton"> + <object class="GtkFontButton" id="narrative_style_font"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -115,7 +115,7 @@ </packing> </child> <child> - <object class="GtkColorButton"> + <object class="GtkColorButton" id="narrative_style_fgcol"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -152,7 +152,7 @@ </packing> </child> <child> - <object class="GtkComboBoxText"> + <object class="GtkComboBoxText" id="narrative_style_bggrad"> <property name="visible">True</property> <property name="can_focus">False</property> <items> @@ -168,7 +168,7 @@ </packing> </child> <child> - <object class="GtkColorButton"> + <object class="GtkColorButton" id="narrative_style_bgcol"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -180,7 +180,7 @@ </packing> </child> <child> - <object class="GtkColorButton"> + <object class="GtkColorButton" id="narrative_style_bgcol2"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |