Skip to content

Commit a1cfbbd

Browse files
committed
buttons-programming.ui: Fix buttons
Fixes #63
1 parent 6f31ccc commit a1cfbbd

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

data/buttons-programming.ui

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<!-- Generated with glade 3.22.1 -->
33
<interface>
44
<requires lib="gtk+" version="3.22"/>
5-
<object class="GtkImage" id="image1">
6-
<property name="visible">True</property>
7-
<property name="can_focus">False</property>
8-
<property name="icon_name">process-stop</property>
9-
</object>
105
<object class="GtkDialog" id="character_code_dialog">
116
<property name="can_focus">False</property>
127
<property name="border_width">6</property>
@@ -29,13 +24,12 @@
2924
<property name="can_focus">False</property>
3025
<property name="layout_style">end</property>
3126
<child>
32-
<object class="GtkButton" id="button8">
27+
<object class="GtkButton" id="button9">
3328
<property name="label" translatable="yes">_Cancel</property>
3429
<property name="visible">True</property>
3530
<property name="can_focus">True</property>
3631
<property name="can_default">True</property>
3732
<property name="receives_default">True</property>
38-
<property name="image">image1</property>
3933
<property name="use_underline">True</property>
4034
</object>
4135
<packing>
@@ -45,7 +39,7 @@
4539
</packing>
4640
</child>
4741
<child>
48-
<object class="GtkButton" id="button9">
42+
<object class="GtkButton" id="button8">
4943
<property name="label" translatable="yes" comments="Insert ASCII dialog: Button to insert selected character">_Insert</property>
5044
<property name="visible">True</property>
5145
<property name="can_focus">True</property>
@@ -112,8 +106,8 @@
112106
</object>
113107
</child>
114108
<action-widgets>
115-
<action-widget response="-6">button8</action-widget>
116-
<action-widget response="-5">button9</action-widget>
109+
<action-widget response="-6">button9</action-widget>
110+
<action-widget response="-5">button8</action-widget>
117111
</action-widgets>
118112
</object>
119113
<object class="GtkWindow" id="window1">

0 commit comments

Comments
 (0)