[chronojump] Better exit confirmation buttons



commit 2db9197347521fe5ab80df3f2558fda8608ac035
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Apr 15 11:16:51 2020 +0200

    Better exit confirmation buttons

 glade/app1.glade | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/glade/app1.glade b/glade/app1.glade
index f1ec04eb..61222c9d 100644
--- a/glade/app1.glade
+++ b/glade/app1.glade
@@ -39258,7 +39258,8 @@ then click this button.</property>
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="label_xalign">0</property>
-                            <property name="shadow_type">none</property>
+                            <property name="label_yalign">1</property>
+                            <property name="shadow_type">in</property>
                             <child>
                               <widget class="GtkVBox" id="vbox203">
                                 <property name="visible">True</property>
@@ -39289,13 +39290,13 @@ then click this button.</property>
                                         <property name="visible">True</property>
                                         <property name="can_focus">False</property>
                                         <child>
-                                          <widget class="GtkButton" id="button_exit_confirm">
-                                            <property name="label">gtk-quit</property>
+                                          <widget class="GtkButton" id="button_exit_cancel">
+                                            <property name="label">gtk-cancel</property>
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="receives_default">True</property>
                                             <property name="use_stock">True</property>
-                                            <signal name="clicked" handler="on_button_exit_confirm_clicked" 
swapped="no"/>
+                                            <signal name="clicked" handler="on_button_exit_cancel_clicked" 
swapped="no"/>
                                           </widget>
                                           <packing>
                                             <property name="expand">False</property>
@@ -39304,13 +39305,13 @@ then click this button.</property>
                                           </packing>
                                         </child>
                                         <child>
-                                          <widget class="GtkButton" id="button_exit_cancel">
-                                            <property name="label">gtk-cancel</property>
+                                          <widget class="GtkButton" id="button_exit_confirm">
+                                            <property name="label">gtk-quit</property>
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="receives_default">True</property>
                                             <property name="use_stock">True</property>
-                                            <signal name="clicked" handler="on_button_exit_cancel_clicked" 
swapped="no"/>
+                                            <signal name="clicked" handler="on_button_exit_confirm_clicked" 
swapped="no"/>
                                           </widget>
                                           <packing>
                                             <property name="expand">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]