diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/buttons-programming.ui | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/data/buttons-programming.ui b/data/buttons-programming.ui index 5893886..07ac4b2 100644 --- a/data/buttons-programming.ui +++ b/data/buttons-programming.ui @@ -2,11 +2,6 @@ <!-- Generated with glade 3.22.1 --> <interface> <requires lib="gtk+" version="3.22"/> - <object class="GtkImage" id="image1"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="icon_name">process-stop</property> - </object> <object class="GtkDialog" id="character_code_dialog"> <property name="can_focus">False</property> <property name="border_width">6</property> @@ -29,13 +24,12 @@ <property name="can_focus">False</property> <property name="layout_style">end</property> <child> - <object class="GtkButton" id="button8"> + <object class="GtkButton" id="button9"> <property name="label" translatable="yes">_Cancel</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> <property name="receives_default">True</property> - <property name="image">image1</property> <property name="use_underline">True</property> </object> <packing> @@ -45,7 +39,7 @@ </packing> </child> <child> - <object class="GtkButton" id="button9"> + <object class="GtkButton" id="button8"> <property name="label" translatable="yes" comments="Insert ASCII dialog: Button to insert selected character">_Insert</property> <property name="visible">True</property> <property name="can_focus">True</property> @@ -112,8 +106,8 @@ </object> </child> <action-widgets> - <action-widget response="-6">button8</action-widget> - <action-widget response="-5">button9</action-widget> + <action-widget response="-6">button9</action-widget> + <action-widget response="-5">button8</action-widget> </action-widgets> </object> <object class="GtkWindow" id="window1"> |