diff options
Diffstat (limited to 'data')
-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> |