diff options
| author | Pablo Barciela <[email protected]> | 2018-11-12 12:09:04 +0100 | 
|---|---|---|
| committer | ZenWalker <[email protected]> | 2018-11-12 22:24:03 +0100 | 
| commit | a1cfbbd4f5212a1263b6aa82ac0007d80f31119e (patch) | |
| tree | 661ac48666071de651616695a699ed199f34d20e | |
| parent | 6f31ccc532eb93896ca7714385c7f3756150c08c (diff) | |
| download | mate-calc-a1cfbbd4f5212a1263b6aa82ac0007d80f31119e.tar.bz2 mate-calc-a1cfbbd4f5212a1263b6aa82ac0007d80f31119e.tar.xz  | |
buttons-programming.ui: Fix buttons
Fixes https://github.com/mate-desktop/mate-calc/issues/63
| -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">  | 
