[chronojump] encoder: displaced weight and 1RM as labels



commit ab22ffdfaa52cd84af9c1d5cc8eea492915d28b7
Author: Xavier de Blas <xaviblas gmail com>
Date:   Mon May 5 18:27:18 2014 +0200

    encoder: displaced weight and 1RM as labels

 glade/chronojump.glade |  768 ++++++++++++------------------------------------
 src/gui/encoder.cs     |   11 +-
 2 files changed, 195 insertions(+), 584 deletions(-)
---
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index 22aee3d..7e74186 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -21,7 +21,6 @@
               <widget class="GtkMenuItem" id="session_menuitem">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="label" translatable="yes">_Session</property>
                 <property name="use_underline">True</property>
                 <child>
@@ -32,7 +31,6 @@
                         <property name="label" translatable="yes">New session</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">False</property>
                         <property name="always_show_image">True</property>
                         <signal name="activate" handler="on_new_activate" swapped="no"/>
@@ -50,7 +48,6 @@
                         <property name="label" translatable="yes">_Load</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_open_activate" swapped="no"/>
@@ -68,7 +65,6 @@
                         <property name="label" translatable="yes">_Edit</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_edit_session_activate" swapped="no"/>
@@ -87,7 +83,6 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="tooltip" translatable="yes">delete current session</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_delete_session_activate" swapped="no"/>
@@ -112,7 +107,6 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="tooltip" translatable="yes">Useful to export to a Spreadsheet like 
MS Excel or OpenOffice or Gnumeric</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_export_session_activate" swapped="no"/>
@@ -129,7 +123,6 @@
                       <widget class="GtkMenuItem" id="menuitem_export_xml">
                         <property name="sensitive">False</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Export session to _XML</property>
                         <property name="use_underline">True</property>
                         <signal name="activate" handler="on_export_session_activate" swapped="no"/>
@@ -146,7 +139,6 @@
                         <property name="label">gtk-preferences</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                         <signal name="activate" handler="on_preferences_activate" swapped="no"/>
@@ -160,7 +152,6 @@
                     <child>
                       <widget class="GtkMenuItem" id="menuitem_server">
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Server</property>
                         <property name="use_underline">True</property>
                         <child>
@@ -171,7 +162,6 @@
                               <widget class="GtkMenuItem" id="menuitem_server_check_connection">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Check connection</property>
                                 <property name="use_underline">True</property>
                                 <signal name="activate" handler="on_server_ping" swapped="no"/>
@@ -181,7 +171,6 @@
                               <widget class="GtkMenuItem" id="menuitem_server_query">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Query to the server</property>
                                 <property name="use_underline">True</property>
                                 <signal name="activate" handler="on_menuitem_server_query" swapped="no"/>
@@ -191,7 +180,6 @@
                               <widget class="GtkMenuItem" id="menuitem_server_stats">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Check basic stats</property>
                                 <property name="use_underline">True</property>
                                 <signal name="activate" handler="on_menuitem_server_stats" swapped="no"/>
@@ -201,7 +189,6 @@
                               <widget class="GtkMenuItem" id="menuitem_server_upload_session">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Upload (or update) session to 
server</property>
                                 <property name="use_underline">True</property>
                                 <signal name="activate" handler="on_server_upload_session_pre" swapped="no"/>
@@ -211,7 +198,6 @@
                               <widget class="GtkMenuItem" id="menuitem_server_website">
                                 <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="label" translatable="yes">Open server website (on 
browser)</property>
                                 <property name="use_underline">True</property>
                                 <signal name="activate" handler="on_menuitem_goto_server_website" 
swapped="no"/>
@@ -232,7 +218,6 @@
                         <property name="label">gtk-quit</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="use_stock">True</property>
                         <signal name="activate" handler="on_quit1_activate" swapped="no"/>
@@ -246,7 +231,6 @@
               <widget class="GtkMenuItem" id="menuitem_mode">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="label" translatable="yes">Mode:</property>
                 <property name="use_underline">True</property>
                 <child>
@@ -257,7 +241,6 @@
                       <widget class="GtkRadioMenuItem" id="radio_menuitem_mode_contacts">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Contacts (platform or photocell)</property>
                         <property name="use_underline">True</property>
                         <property name="draw_as_radio">True</property>
@@ -268,7 +251,6 @@
                       <widget class="GtkRadioMenuItem" id="radio_menuitem_mode_encoder">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">Encoder</property>
                         <property name="use_underline">True</property>
                         <property name="draw_as_radio">True</property>
@@ -284,7 +266,6 @@
               <widget class="GtkMenuItem" id="menuitem_mode_selected_contacts">
                 <property name="sensitive">False</property>
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="label" translatable="yes">Contacts  (platform or photocell)</property>
               </widget>
             </child>
@@ -292,7 +273,6 @@
               <widget class="GtkMenuItem" id="menuitem_mode_selected_encoder">
                 <property name="sensitive">False</property>
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="label" translatable="yes">Encoder</property>
               </widget>
             </child>
@@ -300,7 +280,6 @@
               <widget class="GtkMenuItem" id="help_menuitem">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="right_justified">True</property>
                 <property name="label" translatable="yes">_Help</property>
                 <property name="use_underline">True</property>
@@ -312,7 +291,6 @@
                         <property name="label">_Manual</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_menuitem_manual_activate" swapped="no"/>
                         <child internal-child="image">
@@ -328,7 +306,6 @@
                       <widget class="GtkMenuItem" id="menuitem_formulas">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">_Formulas</property>
                         <property name="use_underline">True</property>
                         <signal name="activate" handler="on_menuitem_formulas_activate" swapped="no"/>
@@ -339,7 +316,6 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="tooltip" translatable="yes">Use Chronojump faster</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label" translatable="yes">_Accelerators</property>
                         <property name="use_underline">True</property>
                         <signal name="activate" handler="on_menuitem_accelerators_activate" swapped="no"/>
@@ -355,7 +331,6 @@
                       <widget class="GtkMenuItem" id="menuitem_test_rdotnet">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="label">Test RDotNet</property>
                         <property name="use_underline">True</property>
                         <signal name="activate" handler="on_menuitem_test_rdotnet_activate" swapped="no"/>
@@ -372,7 +347,6 @@
                         <property name="label" translatable="yes">_About</property>
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">False</property>
                         <signal name="activate" handler="on_about1_activate" swapped="no"/>
                         <child internal-child="image">
@@ -450,7 +424,6 @@
                                             <property name="receives_default">True</property>
                                             <property name="has_tooltip">True</property>
                                             <property name="tooltip" translatable="yes">New person</property>
-                                            <property name="use_action_appearance">False</property>
                                             <signal name="clicked" handler="on_person_add_single_activate" 
swapped="no"/>
                                             <child>
                                               <widget class="GtkImage" id="image_persons_new_1">
@@ -474,7 +447,6 @@
                                             <property name="receives_default">True</property>
                                             <property name="has_tooltip">True</property>
                                             <property name="tooltip" translatable="yes">New persons 
(multiple)</property>
-                                            <property name="use_action_appearance">False</property>
                                             <signal name="clicked" handler="on_person_add_multiple_clicked" 
swapped="no"/>
                                             <child>
                                               <widget class="GtkImage" id="image_persons_new_plus">
@@ -498,7 +470,6 @@
                                             <property name="receives_default">True</property>
                                             <property name="has_tooltip">True</property>
                                             <property name="tooltip" translatable="yes">Load 
person</property>
-                                            <property name="use_action_appearance">False</property>
                                             <signal name="clicked" handler="on_recuperate_person_clicked" 
swapped="no"/>
                                             <child>
                                               <widget class="GtkImage" id="image_persons_open_1">
@@ -522,7 +493,6 @@
                                             <property name="receives_default">True</property>
                                             <property name="has_tooltip">True</property>
                                             <property name="tooltip" translatable="yes">Load persons from 
other session</property>
-                                            <property name="use_action_appearance">False</property>
                                             <signal name="clicked" 
handler="on_recuperate_persons_from_session_clicked" swapped="no"/>
                                             <child>
                                               <widget class="GtkImage" id="image_persons_open_plus">
@@ -615,7 +585,6 @@
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Select previous person
 &lt;Control&gt;Up</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">half</property>
                                                             <signal name="clicked" 
handler="on_treeview_persons_up" swapped="no"/>
                                                             <accelerator key="Up" signal="clicked" 
modifiers="GDK_CONTROL_MASK"/>
@@ -643,7 +612,6 @@
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Select next person
 &lt;Control&gt;Down</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">half</property>
                                                             <signal name="clicked" 
handler="on_treeview_persons_down" swapped="no"/>
                                                             <accelerator key="Down" signal="clicked" 
modifiers="GDK_CONTROL_MASK"/>
@@ -714,7 +682,6 @@
                                                 <property name="has_tooltip">True</property>
                                                 <property name="tooltip" translatable="yes">Edit selected 
person
 &lt;Control&gt;p</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <signal name="clicked" 
handler="on_edit_current_person_clicked" swapped="no"/>
                                                 <accelerator key="p" signal="clicked" 
modifiers="GDK_CONTROL_MASK"/>
                                                 <child>
@@ -739,7 +706,6 @@
                                                 <property name="receives_default">True</property>
                                                 <property name="has_tooltip">True</property>
                                                 <property name="tooltip" translatable="yes">show all tests 
of this person</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <signal name="clicked" 
handler="on_show_all_person_events_activate" swapped="no"/>
                                                 <child>
                                                   <widget class="GtkImage" id="image1188">
@@ -764,7 +730,6 @@
                                                 <property name="receives_default">True</property>
                                                 <property name="has_tooltip">True</property>
                                                 <property name="tooltip" translatable="yes">Delete 
person</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <signal name="clicked" 
handler="on_delete_current_person_from_session_clicked" swapped="no"/>
                                                 <child>
                                                   <widget class="GtkImage" id="image_person_delete">
@@ -858,7 +823,6 @@
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="receives_default">False</property>
-                                            <property name="use_action_appearance">False</property>
                                             <property name="relief">none</property>
                                             <property name="active">True</property>
                                             <property name="draw_indicator">False</property>
@@ -907,7 +871,6 @@
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="receives_default">False</property>
-                                            <property name="use_action_appearance">False</property>
                                             <property name="relief">none</property>
                                             <property name="draw_indicator">False</property>
                                             <property name="group">radio_mode_jumps_small</property>
@@ -957,7 +920,6 @@ multiples</property>
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="receives_default">False</property>
-                                            <property name="use_action_appearance">False</property>
                                             <property name="relief">none</property>
                                             <property name="draw_indicator">False</property>
                                             <property name="group">radio_mode_jumps_small</property>
@@ -1006,7 +968,6 @@ multiples</property>
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="receives_default">False</property>
-                                            <property name="use_action_appearance">False</property>
                                             <property name="relief">none</property>
                                             <property name="draw_indicator">False</property>
                                             <property name="group">radio_mode_jumps_small</property>
@@ -1056,7 +1017,6 @@ intervallic</property>
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="receives_default">False</property>
-                                            <property name="use_action_appearance">False</property>
                                             <property name="relief">none</property>
                                             <property name="draw_indicator">False</property>
                                             <property name="group">radio_mode_jumps_small</property>
@@ -1106,7 +1066,6 @@ times</property>
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="receives_default">False</property>
-                                            <property name="use_action_appearance">False</property>
                                             <property name="relief">none</property>
                                             <property name="draw_indicator">False</property>
                                             <property name="group">radio_mode_jumps_small</property>
@@ -1155,7 +1114,6 @@ times</property>
                                             <property name="visible">True</property>
                                             <property name="can_focus">True</property>
                                             <property name="receives_default">False</property>
-                                            <property name="use_action_appearance">False</property>
                                             <property name="relief">none</property>
                                             <property name="draw_indicator">False</property>
                                             <property name="group">radio_mode_jumps_small</property>
@@ -1298,7 +1256,6 @@ Chronopic</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_extra_window_jumps_more" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image3">
@@ -1321,7 +1278,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
jump type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_jump_simple_type_add_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image3210">
@@ -1345,7 +1301,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete jump type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_jump_type_delete_simple" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_jump_type_delete_simple">
@@ -1424,7 +1379,6 @@ Chronopic</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" translatable="yes">See 
order</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_auto_order_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image37">
@@ -1447,7 +1401,6 @@ Chronopic</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" translatable="yes">Skip 
this person (will perform tests at the end)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_auto_skip_person_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_auto_person_skip">
@@ -1469,7 +1422,6 @@ Chronopic</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" 
translatable="yes">Remove this person from automatic sequence</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_auto_remove_person_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_auto_person_remove">
@@ -1499,7 +1451,6 @@ Chronopic</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" translatable="yes">End 
automatic mode</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_auto_end_clicked" swapped="no"/>
                                                             </widget>
                                                             <packing>
@@ -1530,7 +1481,6 @@ Chronopic</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" 
translatable="yes">Start automatic mode</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_auto_start_clicked" swapped="no"/>
                                                           </widget>
                                                           <packing>
@@ -1625,7 +1575,6 @@ Chronopic</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_extra_window_jumps_rj_more" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image6">
@@ -1648,7 +1597,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Bells</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_rj_bells_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkAlignment" id="alignment81">
@@ -1703,7 +1651,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
jump type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_jump_reactive_type_add_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image1">
@@ -1727,7 +1674,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete jump type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_jump_type_delete_reactive" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_jump_type_delete_reactive">
@@ -1839,7 +1785,6 @@ Chronopic</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_extra_window_runs_more" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image16">
@@ -1862,7 +1807,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
run type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_run_simple_type_add_activate" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image33">
@@ -1886,7 +1830,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete run type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_run_type_delete_simple" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_run_type_delete_simple">
@@ -1998,7 +1941,6 @@ Chronopic</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_extra_window_runs_interval_more" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image32">
@@ -2021,7 +1963,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Bells</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_time_bells_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkAlignment" id="alignment103">
@@ -2076,7 +2017,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
run type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_run_intervallic_type_add_activate" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image3213">
@@ -2100,7 +2040,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete run type</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_run_type_delete_intervallic" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_run_type_delete_intervallic">
@@ -2168,7 +2107,6 @@ Chronopic</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
@@ -2235,7 +2173,6 @@ Chronopic</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
@@ -2259,7 +2196,6 @@ Chronopic</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="draw_indicator">False</property>
                                                             <property 
name="group">extra_window_radio_pulses_free</property>
@@ -2324,7 +2260,6 @@ Chronopic</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
@@ -2348,7 +2283,6 @@ Chronopic</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="draw_indicator">False</property>
                                                             <property 
name="group">extra_window_radio_multichronopic_start</property>
@@ -2483,7 +2417,6 @@ Chronopic</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Connect Chronopics</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">half</property>
                                                             <signal name="clicked" 
handler="on_chronopic_contacts_clicked" swapped="no"/>
                                                             <child>
@@ -2714,7 +2647,6 @@ Chronopic</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -2733,7 +2665,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_kg</property>
@@ -2790,7 +2721,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="clicked" 
handler="on_extra_window_jumps_check_dj_arms_clicked" swapped="no"/>
                                                             </widget>
@@ -2852,7 +2782,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
@@ -2868,7 +2797,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_mode_vertical</property>
                                                             </widget>
@@ -2884,7 +2812,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_mode_vertical</property>
                                                             </widget>
@@ -2943,7 +2870,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
@@ -2959,7 +2885,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_right</property>
                                                             </widget>
@@ -3018,7 +2943,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="xalign">0</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -3035,7 +2959,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_dominance_this_limb</property>
                                                             </widget>
@@ -3051,7 +2974,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_dominance_this_limb</property>
                                                             </widget>
@@ -3110,7 +3032,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="xalign">0</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -3127,7 +3048,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_fall_this_limb</property>
                                                             </widget>
@@ -3143,7 +3063,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_radiobutton_single_leg_fall_this_limb</property>
                                                             </widget>
@@ -3317,7 +3236,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_stock">True</property>
                                                             <signal name="clicked" 
handler="on_extra_window_jumps_button_single_leg_apply_clicked" swapped="no"/>
                                                             </widget>
@@ -3606,7 +3524,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -3624,7 +3541,6 @@ weight</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">extra_window_jumps_rj_radiobutton_kg</property>
@@ -3656,7 +3572,6 @@ weight</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">If a 
multiple jump is limited by time, and time has running out, allow finish jump</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="toggled" 
handler="on_extra_window_checkbutton_allow_finish_rj_after_time_toggled" swapped="no"/>
@@ -3830,7 +3745,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="toggled" 
handler="on_radio_runs_speed_start_toggled" swapped="no"/>
@@ -3847,7 +3761,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_speed_start_arrival</property>
                                                             <signal name="toggled" 
handler="on_radio_runs_speed_start_toggled" swapped="no"/>
@@ -3894,7 +3807,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="toggled" 
handler="on_checkbutton_runs_prevent_double_contact_toggled" swapped="no"/>
@@ -3989,7 +3901,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
@@ -4005,7 +3916,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_prevent_double_contact_first</property>
                                                             </widget>
@@ -4021,7 +3931,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_prevent_double_contact_first</property>
                                                             </widget>
@@ -4303,7 +4212,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="toggled" 
handler="on_radio_runs_i_speed_start_toggled" swapped="no"/>
@@ -4320,7 +4228,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_i_speed_start_arrival</property>
                                                             <signal name="toggled" 
handler="on_radio_runs_i_speed_start_toggled" swapped="no"/>
@@ -4374,7 +4281,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="toggled" 
handler="on_checkbutton_runs_i_prevent_double_contact_toggled" swapped="no"/>
@@ -4469,7 +4375,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
@@ -4485,7 +4390,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_i_prevent_double_contact_first</property>
                                                             </widget>
@@ -4501,7 +4405,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radio_runs_i_prevent_double_contact_first</property>
                                                             </widget>
@@ -4759,7 +4662,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">unlimited pulses</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="clicked" 
handler="on_extra_window_pulses_checkbutton_unlimited_clicked" swapped="no"/>
@@ -4891,7 +4793,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete first TC and TF of each chronopic</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -4910,7 +4811,6 @@ It starts before and arrives there with some speed.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Synchronize chronopics</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -5108,7 +5008,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_image_test_zoom_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image_test_zoom">
@@ -5218,7 +5117,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Or 
press 'space'</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_execute_test_clicked" swapped="no"/>
                                                             <accelerator key="space" signal="clicked"/>
                                                             <child>
@@ -5272,7 +5170,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Cancel test</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_event_execute_button_cancel_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image30">
@@ -5298,7 +5195,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Finish test (save test until this moment)      </property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_event_execute_finish_clicked" swapped="no"/>
                                                             <child>
@@ -5484,7 +5380,6 @@ Second Chronopic to platforms.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
sound (on / off)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -5549,7 +5444,6 @@ Second Chronopic to platforms.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Record video (on / off)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="relief">none</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">True</property>
@@ -5615,6 +5509,9 @@ Second Chronopic to platforms.</property>
                                                     <child>
                                                       <placeholder/>
                                                     </child>
+                                                    <child>
+                                                      <placeholder/>
+                                                    </child>
                                                   </widget>
                                                   <packing>
                                                     <property name="expand">True</property>
@@ -5807,7 +5704,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Properties</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_event_execute_button_properties_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image1664">
@@ -5831,7 +5727,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Update</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_event_execute_button_update_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image1665">
@@ -6209,6 +6104,9 @@ Second Chronopic to platforms.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             </child>
                                                             <child>
@@ -6935,6 +6833,9 @@ Second Chronopic to platforms.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="position">2</property>
@@ -7420,6 +7321,9 @@ Second Chronopic to platforms.</property>
                                                             <child>
                                                             <placeholder/>
                                                             </child>
+                                                            <child>
+                                                            <placeholder/>
+                                                            </child>
                                                             </widget>
                                                             <packing>
                                                             <property name="position">4</property>
@@ -7670,7 +7574,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete this test (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_this_test_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -7695,7 +7598,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_this_test_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -7867,7 +7769,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_jumps_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -7890,7 +7791,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_jump_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -7915,7 +7815,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_jump_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -7940,7 +7839,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_jump_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -8092,7 +7990,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_jumps_rj_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -8115,7 +8012,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_jump_rj_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -8140,7 +8036,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_jump_rj_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -8165,7 +8060,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Repair selected (r)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_repair_selected_jump_rj_clicked" swapped="no"/>
                                                             <accelerator key="r" signal="clicked"/>
                                                             <child>
@@ -8188,7 +8082,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_jump_rj_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -8357,7 +8250,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_runs_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -8380,7 +8272,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_run_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -8405,7 +8296,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_run_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -8430,7 +8320,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_run_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -8578,7 +8467,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_runs_interval_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -8601,7 +8489,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_run_interval_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -8626,7 +8513,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_run_interval_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -8651,7 +8537,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Repair selected (r)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_repair_selected_run_interval_clicked" swapped="no"/>
                                                             <accelerator key="r" signal="clicked"/>
                                                             <child>
@@ -8674,7 +8559,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_run_interval_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -8804,7 +8688,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_reaction_times_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -8827,7 +8710,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_reaction_time_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -8852,7 +8734,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_reaction_time_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -8877,7 +8758,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_reaction_time_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -9013,7 +8893,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_pulses_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -9038,7 +8917,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_pulse_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -9063,7 +8941,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_pulse_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -9088,7 +8965,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Repair selected (r)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_repair_selected_pulse_clicked" swapped="no"/>
                                                             <accelerator key="r" signal="clicked"/>
                                                             <child>
@@ -9111,7 +8987,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_pulse_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -9259,7 +9134,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Change zoom (z)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_multi_chronopic_zoom_clicked" swapped="no"/>
                                                             <accelerator key="z" signal="clicked"/>
                                                             <child>
@@ -9282,7 +9156,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Play 
Video (v)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_video_play_selected_multi_chronopic_clicked" swapped="no"/>
                                                             <accelerator key="v" signal="clicked"/>
                                                             <child>
@@ -9307,7 +9180,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Edit 
selected (e)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_edit_selected_multi_chronopic_clicked" swapped="no"/>
                                                             <accelerator key="e" signal="clicked"/>
                                                             <child>
@@ -9331,7 +9203,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Repair selected (r)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_repair_selected_multi_chronopic_clicked" swapped="no"/>
                                                             <accelerator key="r" signal="clicked"/>
                                                             <child>
@@ -9354,7 +9225,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Delete selected (d)</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_delete_selected_multi_chronopic_clicked" swapped="no"/>
                                                             <accelerator key="d" signal="clicked"/>
                                                             <child>
@@ -9747,7 +9617,6 @@ Second Chronopic to platforms.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">mark 
best 'n' consecutives</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <signal name="clicked" 
handler="on_checkbutton_mark_consecutives_clicked" swapped="no"/>
@@ -9834,7 +9703,6 @@ Second Chronopic to platforms.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">False</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="use_underline">True</property>
                                                         <property name="active">True</property>
                                                         <property name="draw_indicator">True</property>
@@ -9857,7 +9725,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property 
name="receives_default">False</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             <property 
name="group">radiobutton_current_session</property>
@@ -9876,7 +9743,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="sensitive">False</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_stats_select_sessions_clicked" swapped="no"/>
                                                           </widget>
@@ -9931,7 +9797,6 @@ Second Chronopic to platforms.</property>
                                                     <property name="visible">True</property>
                                                     <property name="can_focus">True</property>
                                                     <property name="receives_default">False</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="use_underline">True</property>
                                                     <property name="draw_indicator">True</property>
                                                     <property 
name="group">radiobutton_stats_jumps_person_average</property>
@@ -9952,7 +9817,6 @@ Second Chronopic to platforms.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">False</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="use_underline">True</property>
                                                         <property name="draw_indicator">True</property>
                                                         <property 
name="group">radiobutton_stats_jumps_person_average</property>
@@ -9999,7 +9863,6 @@ Second Chronopic to platforms.</property>
                                                     <property name="visible">True</property>
                                                     <property name="can_focus">True</property>
                                                     <property name="receives_default">False</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="use_underline">True</property>
                                                     <property name="draw_indicator">True</property>
                                                     <property 
name="group">radiobutton_stats_jumps_all</property>
@@ -10022,7 +9885,6 @@ Second Chronopic to platforms.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">False</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="use_underline">True</property>
                                                         <property name="draw_indicator">True</property>
                                                         <property 
name="group">radiobutton_stats_jumps_person_average</property>
@@ -10094,7 +9956,6 @@ Second Chronopic to platforms.</property>
                                                     <property name="visible">True</property>
                                                     <property name="can_focus">True</property>
                                                     <property name="receives_default">False</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="use_underline">True</property>
                                                     <property name="draw_indicator">True</property>
                                                     <signal name="clicked" 
handler="on_checkbutton_stats_sex_clicked" swapped="no"/>
@@ -10111,7 +9972,6 @@ Second Chronopic to platforms.</property>
                                                     <property name="sensitive">False</property>
                                                     <property name="can_focus">True</property>
                                                     <property name="receives_default">False</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="use_underline">True</property>
                                                     <property name="active">True</property>
                                                     <property name="draw_indicator">True</property>
@@ -10160,7 +10020,6 @@ Second Chronopic to platforms.</property>
                                                 <property name="receives_default">True</property>
                                                 <property name="has_tooltip">True</property>
                                                 <property name="tooltip" translatable="yes">After a test, 
use it to update statistics</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <signal name="clicked" handler="on_button_stats_clicked" 
swapped="no"/>
                                                 <child>
                                                   <widget class="GtkAlignment" id="alignment18">
@@ -10418,7 +10277,6 @@ Second Chronopic to platforms.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Transpose</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <property name="draw_indicator">True</property>
                                                             </widget>
@@ -10448,7 +10306,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Options</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_stats_graph_options_clicked" swapped="no"/>
                                                             <child>
@@ -10472,7 +10329,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Graph this statistic</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_graph_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkAlignment" id="alignment24">
@@ -10551,7 +10407,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
this statistic and its graph to report window</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_add_to_report_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_stats_win_report_add">
@@ -10576,7 +10431,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">View 
report window</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_show_report_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_stats_win_report_open">
@@ -11010,7 +10864,6 @@ Second Chronopic to platforms.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_graph_margin_default_clicked" swapped="no"/>
                                                             <child>
@@ -11228,7 +11081,6 @@ on current Chronojump version.</property>
                                                 <property name="can_focus">True</property>
                                                 <property name="can_default">True</property>
                                                 <property name="receives_default">True</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <property name="use_underline">True</property>
                                                 <signal name="clicked" 
handler="on_button_encoder_select_clicked" swapped="no"/>
                                               </widget>
@@ -11270,7 +11122,6 @@ on current Chronojump version.</property>
                                                         <property name="receives_default">True</property>
                                                         <property name="has_tooltip">True</property>
                                                         <property name="tooltip" translatable="yes">Connect 
encoder</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="relief">half</property>
                                                         <signal name="clicked" 
handler="on_chronopic_encoder_clicked" swapped="no"/>
                                                         <child>
@@ -11314,7 +11165,6 @@ on current Chronojump version.</property>
                                                 <property name="receives_default">False</property>
                                                 <property name="has_tooltip">True</property>
                                                 <property name="tooltip" translatable="yes">Play sound (on / 
off)</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <property name="relief">none</property>
                                                 <property name="active">True</property>
                                                 <property name="draw_indicator">True</property>
@@ -11374,7 +11224,6 @@ on current Chronojump version.</property>
                                                 <property name="receives_default">False</property>
                                                 <property name="has_tooltip">True</property>
                                                 <property name="tooltip" translatable="yes">Record video (on 
/ off)</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <property name="relief">none</property>
                                                 <property name="active">True</property>
                                                 <property name="draw_indicator">True</property>
@@ -11431,7 +11280,6 @@ on current Chronojump version.</property>
                                                 <property name="receives_default">True</property>
                                                 <property name="has_tooltip">True</property>
                                                 <property name="tooltip" translatable="yes">Play Video 
(v)</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <signal name="clicked" 
handler="on_video_play_this_test_encoder_clicked" swapped="no"/>
                                                 <accelerator key="v" signal="clicked"/>
                                                 <child>
@@ -11515,7 +11363,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
description of this exercise</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_exercise_info_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image4">
@@ -11538,7 +11385,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Add 
new exercise</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_exercise_add_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image2986">
@@ -11677,7 +11523,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">1RM 
window</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_1RM_win_clicked" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkImage" id="image31">
@@ -11702,47 +11547,34 @@ on current Chronojump version.</property>
                                                       </packing>
                                                     </child>
                                                     <child>
-                                                      <widget class="GtkSpinButton" 
id="spin_encoder_1RM_percent">
+                                                      <widget class="GtkSpinButton" 
id="spin_encoder_extra_weight">
                                                         <property name="visible">True</property>
-                                                        <property name="sensitive">False</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="invisible_char">●</property>
-                                                        <property name="width_chars">5</property>
+                                                        <property name="width_chars">3</property>
                                                         <property name="invisible_char_set">True</property>
                                                         <property 
name="primary_icon_activatable">False</property>
                                                         <property 
name="secondary_icon_activatable">False</property>
                                                         <property 
name="primary_icon_sensitive">True</property>
                                                         <property 
name="secondary_icon_sensitive">True</property>
-                                                        <property name="adjustment">1 0 300 1 10 0</property>
+                                                        <property name="adjustment">10 0 300 1 10 
0</property>
                                                         <property name="climb_rate">1</property>
-                                                        <property name="digits">2</property>
                                                         <property name="snap_to_ticks">True</property>
                                                         <property name="numeric">True</property>
+                                                        <property name="update_policy">if-valid</property>
+                                                        <signal name="value_changed" 
handler="on_spin_encoder_extra_weight_value_changed" swapped="no"/>
                                                       </widget>
                                                       <packing>
-                                                        <property name="left_attach">2</property>
-                                                        <property name="right_attach">3</property>
                                                         <property name="top_attach">1</property>
                                                         <property name="bottom_attach">2</property>
                                                         <property name="x_options"/>
                                                       </packing>
                                                     </child>
                                                     <child>
-                                                      <widget class="GtkSpinButton" 
id="spin_encoder_displaced_weight">
+                                                      <widget class="GtkLabel" 
id="label_encoder_displaced_weight">
                                                         <property name="visible">True</property>
-                                                        <property name="sensitive">False</property>
-                                                        <property name="can_focus">True</property>
-                                                        <property name="invisible_char">●</property>
-                                                        <property name="width_chars">3</property>
-                                                        <property name="invisible_char_set">True</property>
-                                                        <property 
name="primary_icon_activatable">False</property>
-                                                        <property 
name="secondary_icon_activatable">False</property>
-                                                        <property 
name="primary_icon_sensitive">True</property>
-                                                        <property 
name="secondary_icon_sensitive">True</property>
-                                                        <property name="adjustment">10 0 300 1 10 
0</property>
-                                                        <property name="climb_rate">1</property>
-                                                        <property name="snap_to_ticks">True</property>
-                                                        <property name="numeric">True</property>
+                                                        <property name="can_focus">False</property>
+                                                        <property name="label">10</property>
                                                       </widget>
                                                       <packing>
                                                         <property name="left_attach">1</property>
@@ -11753,24 +11585,13 @@ on current Chronojump version.</property>
                                                       </packing>
                                                     </child>
                                                     <child>
-                                                      <widget class="GtkSpinButton" 
id="spin_encoder_extra_weight">
+                                                      <widget class="GtkLabel" 
id="label_encoder_1RM_percent">
                                                         <property name="visible">True</property>
-                                                        <property name="can_focus">True</property>
-                                                        <property name="invisible_char">●</property>
-                                                        <property name="width_chars">3</property>
-                                                        <property name="invisible_char_set">True</property>
-                                                        <property 
name="primary_icon_activatable">False</property>
-                                                        <property 
name="secondary_icon_activatable">False</property>
-                                                        <property 
name="primary_icon_sensitive">True</property>
-                                                        <property 
name="secondary_icon_sensitive">True</property>
-                                                        <property name="adjustment">10 0 300 1 10 
0</property>
-                                                        <property name="climb_rate">1</property>
-                                                        <property name="snap_to_ticks">True</property>
-                                                        <property name="numeric">True</property>
-                                                        <property name="update_policy">if-valid</property>
-                                                        <signal name="value_changed" 
handler="on_spin_encoder_extra_weight_value_changed" swapped="no"/>
+                                                        <property name="can_focus">False</property>
                                                       </widget>
                                                       <packing>
+                                                        <property name="left_attach">2</property>
+                                                        <property name="right_attach">3</property>
                                                         <property name="top_attach">1</property>
                                                         <property name="bottom_attach">2</property>
                                                         <property name="x_options"/>
@@ -11813,7 +11634,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Options</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_capture_options_clicked" swapped="no"/>
                                                             <child>
@@ -11837,7 +11657,6 @@ on current Chronojump version.</property>
                                                             <property name="can_default">True</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="tooltip" translatable="yes">Or 
press 'CTRL + space'</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_capture_clicked" swapped="no"/>
                                                             <accelerator key="space" signal="clicked" 
modifiers="GDK_CONTROL_MASK"/>
@@ -11888,7 +11707,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Cancel process</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_cancel_clicked" swapped="no"/>
                                                             <child>
@@ -11914,7 +11732,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Finish capture</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_capture_finish_clicked" swapped="no"/>
                                                             <child>
@@ -11945,7 +11762,6 @@ on current Chronojump version.</property>
                                                         <property name="receives_default">True</property>
                                                         <property name="has_tooltip">True</property>
                                                         <property name="tooltip" translatable="yes">Load 
signal</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <signal name="clicked" 
handler="on_button_encoder_load_signal_clicked" swapped="no"/>
                                                         <child>
                                                           <widget class="GtkImage" 
id="image_encoder_capture_open">
@@ -12001,7 +11817,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Recalculate signal with changed parameters</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_recalculate_clicked" swapped="no"/>
                                                             <child>
@@ -12034,7 +11849,6 @@ on current Chronojump version.</property>
                                                         <property name="receives_default">True</property>
                                                         <property name="has_tooltip">True</property>
                                                         <property name="tooltip" translatable="yes">Delete 
signal</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <signal name="clicked" 
handler="on_button_encoder_delete_signal_clicked" swapped="no"/>
                                                         <child>
                                                           <widget class="GtkImage" 
id="image_encoder_signal_delete">
@@ -12267,7 +12081,6 @@ on current Chronojump version.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_delete_curve_clicked" swapped="no"/>
                                                             </widget>
                                                             <packing>
@@ -12310,7 +12123,6 @@ on current Chronojump version.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_save_clicked" swapped="no"/>
                                                             </widget>
                                                             <packing>
@@ -12325,7 +12137,6 @@ on current Chronojump version.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_save_clicked" swapped="no"/>
                                                             </widget>
                                                             <packing>
@@ -12351,7 +12162,6 @@ on current Chronojump version.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_export_all_curves_clicked" swapped="no"/>
                                                             </widget>
                                                             <packing>
@@ -12478,7 +12288,6 @@ on current Chronojump version.</property>
                                                     <property name="visible">True</property>
                                                     <property name="can_focus">True</property>
                                                     <property name="receives_default">False</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="active">True</property>
                                                     <property name="draw_indicator">False</property>
                                                     <signal name="toggled" 
handler="on_check_encoder_analyze_signal_or_curves_toggled" swapped="no"/>
@@ -12634,7 +12443,6 @@ on current Chronojump version.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">True</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <signal name="clicked" 
handler="on_button_encoder_analyze_data_select_curves_clicked" swapped="no"/>
                                                       </widget>
                                                       <packing>
@@ -12648,7 +12456,6 @@ on current Chronojump version.</property>
                                                         <property name="label" translatable="yes">Compare 
to</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">True</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <signal name="clicked" 
handler="on_button_encoder_analyze_data_compare_clicked" swapped="no"/>
                                                       </widget>
                                                       <packing>
@@ -12724,7 +12531,6 @@ on current Chronojump version.</property>
                                                     <property name="receives_default">False</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" 
translatable="yes">Powerbars</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="active">True</property>
                                                     <property name="draw_indicator">False</property>
                                                     <signal name="toggled" 
handler="on_radiobutton_encoder_analyze_powerbars_toggled" swapped="no"/>
@@ -12750,7 +12556,6 @@ on current Chronojump version.</property>
                                                     <property name="receives_default">False</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">Cross 
variables</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="draw_indicator">False</property>
                                                     <property 
name="group">radiobutton_encoder_analyze_powerbars</property>
                                                     <signal name="toggled" 
handler="on_radiobutton_encoder_analyze_cross_toggled" swapped="no"/>
@@ -12776,7 +12581,6 @@ on current Chronojump version.</property>
                                                     <property name="receives_default">False</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">Side 
compare</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="draw_indicator">False</property>
                                                     <property 
name="group">radiobutton_encoder_analyze_powerbars</property>
                                                     <signal name="toggled" 
handler="on_radiobutton_encoder_analyze_side_toggled" swapped="no"/>
@@ -12802,7 +12606,6 @@ on current Chronojump version.</property>
                                                     <property name="receives_default">False</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" translatable="yes">Single 
curve</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="draw_indicator">False</property>
                                                     <property 
name="group">radiobutton_encoder_analyze_powerbars</property>
                                                     <signal name="toggled" 
handler="on_radiobutton_encoder_analyze_single_toggled" swapped="no"/>
@@ -12828,7 +12631,6 @@ on current Chronojump version.</property>
                                                     <property name="receives_default">False</property>
                                                     <property name="has_tooltip">True</property>
                                                     <property name="tooltip" 
translatable="yes">Neuromuscular profile</property>
-                                                    <property name="use_action_appearance">False</property>
                                                     <property name="draw_indicator">False</property>
                                                     <property 
name="group">radiobutton_encoder_analyze_powerbars</property>
                                                     <signal name="toggled" 
handler="on_radiobutton_encoder_analyze_neuromuscular_profile_toggled" swapped="no"/>
@@ -12867,7 +12669,6 @@ on current Chronojump version.</property>
                                                       <widget class="GtkButton" 
id="button_encoder_analyze_help">
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">True</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <signal name="clicked" 
handler="on_button_encoder_analyze_help_clicked" swapped="no"/>
                                                         <child>
                                                           <widget class="GtkImage" id="image24">
@@ -12888,7 +12689,6 @@ on current Chronojump version.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">False</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="active">True</property>
                                                         <property name="draw_indicator">False</property>
                                                         <signal name="toggled" 
handler="on_check_encoder_analyze_eccon_together_toggled" swapped="no"/>
@@ -12937,7 +12737,6 @@ on current Chronojump version.</property>
                                                         <property name="visible">True</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">False</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="active">True</property>
                                                         <property name="draw_indicator">False</property>
                                                         <signal name="toggled" 
handler="on_check_encoder_analyze_mean_or_max_toggled" swapped="no"/>
@@ -13076,7 +12875,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
range</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_analyze_range">
@@ -13100,7 +12898,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
Time to Peak Power</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_analyze_time_to_pp">
@@ -13135,7 +12932,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
speed</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
@@ -13160,7 +12956,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
acceleration</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_analyze_accel">
@@ -13184,7 +12979,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
force</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
                                                             <widget class="GtkImage" 
id="image_encoder_analyze_force">
@@ -13208,7 +13002,6 @@ on current Chronojump version.</property>
                                                             <property 
name="receives_default">False</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" translatable="yes">Show 
power</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="active">True</property>
                                                             <property name="draw_indicator">False</property>
                                                             <child>
@@ -13259,7 +13052,6 @@ on current Chronojump version.</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="can_default">True</property>
                                                         <property name="receives_default">True</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <property name="use_underline">True</property>
                                                         <property name="xalign">1</property>
                                                         <signal name="clicked" 
handler="on_button_encoder_analyze_clicked" swapped="no"/>
@@ -13328,7 +13120,6 @@ on current Chronojump version.</property>
                                                             <property name="receives_default">True</property>
                                                             <property name="has_tooltip">True</property>
                                                             <property name="tooltip" 
translatable="yes">Cancel process</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <property name="use_underline">True</property>
                                                             <signal name="clicked" 
handler="on_button_encoder_cancel_clicked" swapped="no"/>
                                                             <child>
@@ -13432,7 +13223,6 @@ on current Chronojump version.</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">True</property>
                                                         <property name="tooltip" translatable="yes">Save 
image</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <signal name="clicked" 
handler="on_button_encoder_analyze_image_save_clicked" swapped="no"/>
                                                         <child>
                                                           <widget class="GtkImage" 
id="image_encoder_analyze_image_save">
@@ -13457,7 +13247,6 @@ on current Chronojump version.</property>
                                                         <property name="receives_default">True</property>
                                                         <property name="has_tooltip">True</property>
                                                         <property name="tooltip" translatable="yes">Save 1RM 
value</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <signal name="clicked" 
handler="on_button_encoder_analyze_1RM_save_clicked" swapped="no"/>
                                                         <child>
                                                           <widget class="GtkVBox" id="vbox5">
@@ -13557,7 +13346,6 @@ on current Chronojump version.</property>
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">True</property>
                                                         <property name="tooltip" translatable="yes">Save 
table</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <signal name="clicked" 
handler="on_button_encoder_analyze_table_save_clicked" swapped="no"/>
                                                         <child>
                                                           <widget class="GtkImage" 
id="image_encoder_analyze_image_save1">
@@ -13662,7 +13450,6 @@ on current Chronojump version.</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
                                     <property name="tooltip">Maximize view</property>
-                                    <property name="use_action_appearance">False</property>
                                     <child>
                                       <widget class="GtkImage" id="image25">
                                         <property name="visible">True</property>
@@ -13684,7 +13471,6 @@ on current Chronojump version.</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
                                     <property name="tooltip">Restore view</property>
-                                    <property name="use_action_appearance">False</property>
                                     <child>
                                       <widget class="GtkImage" id="image27">
                                         <property name="visible">True</property>
@@ -13716,7 +13502,6 @@ on current Chronojump version.</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
                                     <property name="tooltip">First slide</property>
-                                    <property name="use_action_appearance">False</property>
                                     <child>
                                       <widget class="GtkImage" id="image28">
                                         <property name="visible">True</property>
@@ -13817,7 +13602,6 @@ Anyone can check server stats and graphs and easily make querys to the server.</
                                                 <property name="can_focus">True</property>
                                                 <property name="receives_default">True</property>
                                                 <property name="border_width">10</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <signal name="clicked" handler="on_server_ping" 
swapped="no"/>
                                                 <child>
                                                   <widget class="GtkHBox" id="hbox59">
@@ -13889,7 +13673,6 @@ Anyone can check server stats and graphs and easily make querys to the server.</
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">True</property>
                                                         <property name="border_width">10</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <signal name="clicked" 
handler="on_menuitem_server_query" swapped="no"/>
                                                         <child>
                                                           <widget class="GtkHBox" id="hbox62">
@@ -13936,7 +13719,6 @@ Anyone can check server stats and graphs and easily make querys to the server.</
                                                         <property name="can_focus">True</property>
                                                         <property name="receives_default">True</property>
                                                         <property name="border_width">10</property>
-                                                        <property 
name="use_action_appearance">False</property>
                                                         <signal name="clicked" 
handler="on_menuitem_server_stats" swapped="no"/>
                                                         <child>
                                                           <widget class="GtkHBox" id="hbox64">
@@ -14035,7 +13817,6 @@ Evaluator can use real name or nickname.</property>
                                                             <property name="visible">True</property>
                                                             <property name="can_focus">True</property>
                                                             <property name="receives_default">True</property>
-                                                            <property 
name="use_action_appearance">False</property>
                                                             <signal name="clicked" 
handler="on_server_upload_session_pre" swapped="no"/>
                                                             <child>
                                                             <widget class="GtkVBox" id="vbox54">
@@ -14122,7 +13903,6 @@ Evaluator can use real name or nickname.</property>
                                                 <property name="visible">True</property>
                                                 <property name="can_focus">True</property>
                                                 <property name="receives_default">True</property>
-                                                <property name="use_action_appearance">False</property>
                                                 <signal name="clicked" 
handler="on_menuitem_goto_server_website" swapped="no"/>
                                                 <child>
                                                   <widget class="GtkHBox" id="hbox65">
@@ -14453,7 +14233,6 @@ Evaluator can use real name or nickname.</property>
             <property name="can_focus">True</property>
             <property name="receives_default">False</property>
             <property name="tooltip" translatable="yes">Help with Chronopic port</property>
-            <property name="use_action_appearance">False</property>
             <signal name="clicked" handler="on_button_help_clicked" swapped="no"/>
             <child>
               <widget class="GtkAlignment" id="alignment111">
@@ -14514,7 +14293,6 @@ Evaluator can use real name or nickname.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -14531,7 +14309,6 @@ Evaluator can use real name or nickname.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -14703,7 +14480,6 @@ Evaluator can use real name or nickname.</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" handler="on_button_connect_cp_clicked" 
swapped="no"/>
                                   </widget>
                                   <packing>
@@ -14759,7 +14535,6 @@ Evaluator can use real name or nickname.</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="draw_indicator">True</property>
                                     <signal name="clicked" handler="on_checkbutton_multi_show_clicked" 
swapped="no"/>
                                   </widget>
@@ -15030,7 +14805,6 @@ Evaluator can use real name or nickname.</property>
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
-                                        <property name="use_action_appearance">False</property>
                                         <signal name="clicked" handler="on_button_connect_cp_clicked" 
swapped="no"/>
                                       </widget>
                                       <packing>
@@ -15044,7 +14818,6 @@ Evaluator can use real name or nickname.</property>
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
-                                        <property name="use_action_appearance">False</property>
                                         <signal name="clicked" handler="on_button_connect_cp_clicked" 
swapped="no"/>
                                       </widget>
                                       <packing>
@@ -15060,7 +14833,6 @@ Evaluator can use real name or nickname.</property>
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
-                                        <property name="use_action_appearance">False</property>
                                         <signal name="clicked" handler="on_button_connect_cp_clicked" 
swapped="no"/>
                                       </widget>
                                       <packing>
@@ -15280,7 +15052,6 @@ Just select and then close this window.</property>
                 <property name="label">gtk-refresh</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
               </widget>
               <packing>
@@ -15296,7 +15067,6 @@ Just select and then close this window.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_help_clicked" swapped="no"/>
               </widget>
@@ -15312,7 +15082,6 @@ Just select and then close this window.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -15358,7 +15127,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -15375,7 +15143,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -15580,7 +15347,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -15597,7 +15363,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -15644,7 +15409,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -16105,7 +15869,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -16164,7 +15927,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -16313,7 +16075,6 @@ Just select and then close this window.</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <signal name="clicked" handler="on_button_check_port_clicked" swapped="no"/>
                               </widget>
@@ -16329,7 +16090,6 @@ Just select and then close this window.</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <signal name="clicked" handler="on_button_force_port_clicked" swapped="no"/>
                               </widget>
@@ -16420,7 +16180,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_close_button_clicked" swapped="no"/>
               </widget>
@@ -16564,7 +16323,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_close_button_clicked" swapped="no"/>
               </widget>
@@ -16677,7 +16435,6 @@ Just select and then close this window.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -16875,6 +16632,9 @@ by you</property>
                         <child>
                           <placeholder/>
                         </child>
+                        <child>
+                          <placeholder/>
+                        </child>
                       </widget>
                     </child>
                   </widget>
@@ -17268,6 +17028,9 @@ by you</property>
                         <child>
                           <placeholder/>
                         </child>
+                        <child>
+                          <placeholder/>
+                        </child>
                       </widget>
                     </child>
                   </widget>
@@ -17335,6 +17098,27 @@ by you</property>
             <property name="column_spacing">4</property>
             <property name="row_spacing">2</property>
             <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
               <widget class="GtkLabel" id="label_tv_title">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -17841,7 +17625,6 @@ by you</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
                     <signal name="clicked" handler="on_button_video_watch_clicked" swapped="no"/>
                   </widget>
                   <packing>
@@ -17987,6 +17770,9 @@ by you</property>
               </packing>
             </child>
             <child>
+              <placeholder/>
+            </child>
+            <child>
               <widget class="GtkLabel" id="label_run_start_title">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -18045,6 +17831,12 @@ by you</property>
             <child>
               <placeholder/>
             </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
           </widget>
           <packing>
             <property name="expand">True</property>
@@ -18201,7 +17993,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_1_toggled" swapped="no"/>
@@ -18217,7 +18008,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_1_undef</property>
@@ -18236,7 +18026,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_1_undef</property>
@@ -18255,7 +18044,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_1_undef</property>
@@ -18289,7 +18077,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_1_undef</property>
@@ -18438,7 +18225,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_2_toggled" swapped="no"/>
@@ -18454,7 +18240,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_2_undef</property>
@@ -18473,7 +18258,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_2_undef</property>
@@ -18492,7 +18276,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_2_undef</property>
@@ -18511,7 +18294,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_2_undef</property>
@@ -18664,7 +18446,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_3_toggled" swapped="no"/>
@@ -18680,7 +18461,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_3_undef</property>
@@ -18699,7 +18479,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_3_undef</property>
@@ -18718,7 +18497,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_3_undef</property>
@@ -18737,7 +18515,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_3_undef</property>
@@ -18890,7 +18667,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_4_toggled" swapped="no"/>
@@ -18906,7 +18682,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_4_undef</property>
@@ -18925,7 +18700,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_4_undef</property>
@@ -18944,7 +18718,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_4_undef</property>
@@ -18963,7 +18736,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_4_undef</property>
@@ -19116,7 +18888,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_5_toggled" swapped="no"/>
@@ -19132,7 +18903,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_5_undef</property>
@@ -19151,7 +18921,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_5_undef</property>
@@ -19170,7 +18939,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_5_undef</property>
@@ -19189,7 +18957,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_5_undef</property>
@@ -19327,7 +19094,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radio_mtgug_6_toggled" swapped="no"/>
@@ -19343,7 +19109,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_6_undef</property>
@@ -19362,7 +19127,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_6_undef</property>
@@ -19381,7 +19145,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_6_undef</property>
@@ -19400,7 +19163,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_mtgug_6_undef</property>
@@ -19473,7 +19235,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -19490,7 +19251,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
                 <accelerator key="Return" signal="clicked"/>
@@ -19553,7 +19313,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
                                 <signal name="toggled" handler="on_radio_single_leg_1_toggled" swapped="no"/>
@@ -19570,7 +19329,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property name="group">jumps_radiobutton_single_leg_mode_vertical</property>
                                 <signal name="toggled" handler="on_radio_single_leg_1_toggled" swapped="no"/>
@@ -19587,7 +19345,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property name="group">jumps_radiobutton_single_leg_mode_vertical</property>
                                 <signal name="toggled" handler="on_radio_single_leg_1_toggled" swapped="no"/>
@@ -19648,7 +19405,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
                                 <signal name="toggled" handler="on_radio_single_leg_2_toggled" swapped="no"/>
@@ -19665,7 +19421,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property name="group">jumps_radiobutton_single_leg_right</property>
                                 <signal name="toggled" handler="on_radio_single_leg_2_toggled" swapped="no"/>
@@ -19726,7 +19481,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
@@ -19744,7 +19498,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property 
name="group">jumps_radiobutton_single_leg_dominance_this_limb</property>
                                 <signal name="toggled" handler="on_radio_single_leg_3_toggled" swapped="no"/>
@@ -19761,7 +19514,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property 
name="group">jumps_radiobutton_single_leg_dominance_this_limb</property>
                                 <signal name="toggled" handler="on_radio_single_leg_3_toggled" swapped="no"/>
@@ -19822,7 +19574,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
@@ -19840,7 +19591,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property name="group">jumps_radiobutton_single_leg_fall_this_limb</property>
                                 <signal name="toggled" handler="on_radio_single_leg_4_toggled" swapped="no"/>
@@ -19857,7 +19607,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <property name="group">jumps_radiobutton_single_leg_fall_this_limb</property>
                                 <signal name="toggled" handler="on_radio_single_leg_4_toggled" swapped="no"/>
@@ -20087,7 +19836,6 @@ comments</property>
                     <property name="receives_default">False</property>
                     <property name="has_tooltip">True</property>
                     <property name="tooltip">Safe</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="active">True</property>
                     <property name="draw_indicator">True</property>
                   </widget>
@@ -20104,7 +19852,6 @@ comments</property>
                     <property name="receives_default">False</property>
                     <property name="has_tooltip">True</property>
                     <property name="tooltip">External DEPRECATED</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="image_position">right</property>
                     <property name="draw_indicator">True</property>
                     <property name="group">radiobutton_encoder_capture_safe</property>
@@ -20335,7 +20082,6 @@ comments</property>
                     <property name="receives_default">True</property>
                     <property name="has_tooltip">True</property>
                     <property name="tooltip" translatable="yes">Bells</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="xalign">0</property>
                     <signal name="clicked" handler="on_button_encoder_bells_clicked" swapped="no"/>
                     <child>
@@ -20465,7 +20211,6 @@ comments</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">False</property>
-            <property name="use_action_appearance">False</property>
             <property name="draw_indicator">True</property>
           </widget>
           <packing>
@@ -20486,7 +20231,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -20571,7 +20315,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <signal name="toggled" handler="on_radio_encoder_type_linear_toggled" 
swapped="no"/>
@@ -20615,7 +20358,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_linear</property>
                             <signal name="toggled" handler="on_radio_encoder_type_rotary_friction_toggled" 
swapped="no"/>
@@ -20659,7 +20401,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_linear</property>
                             <signal name="toggled" handler="on_radio_encoder_type_rotary_axis_toggled" 
swapped="no"/>
@@ -20719,7 +20460,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <signal name="clicked" handler="on_button_previous_clicked" swapped="no"/>
                                 <child>
@@ -20759,7 +20499,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <signal name="clicked" handler="on_button_next_clicked" swapped="no"/>
                                 <child>
@@ -21118,7 +20857,6 @@ comments</property>
                                     <property name="receives_default">True</property>
                                     <property name="has_tooltip">True</property>
                                     <property name="tooltip" translatable="yes">Calcule inertial 
momentum</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" 
handler="on_button_encoder_capture_inertial_show_clicked" swapped="no"/>
                                     <child>
                                       <widget class="GtkHBox" id="hbox5">
@@ -21200,7 +20938,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                       </widget>
@@ -21216,7 +20953,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
                       </widget>
@@ -21314,7 +21050,6 @@ comments</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
                             <property name="has_tooltip">True</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" handler="on_button_encoder_capture_inertial_do_clicked" 
swapped="no"/>
                             <child>
                               <widget class="GtkHBox" id="hbox85">
@@ -21360,7 +21095,6 @@ comments</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
                             <property name="has_tooltip">True</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" 
handler="on_button_encoder_capture_inertial_cancel_clicked" swapped="no"/>
                             <child>
                               <widget class="GtkImage" id="image3">
@@ -21608,7 +21342,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_closebutton_clicked" swapped="no"/>
               </widget>
@@ -21675,7 +21408,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <signal name="clicked" handler="on_button_open_database_folder_clicked" swapped="no"/>
               </widget>
               <packing>
@@ -21691,7 +21423,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -21778,6 +21509,9 @@ comments</property>
                     <property name="column_spacing">6</property>
                     <property name="row_spacing">4</property>
                     <child>
+                      <placeholder/>
+                    </child>
+                    <child>
                       <widget class="GtkLabel" id="label637">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
@@ -21861,7 +21595,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <signal name="clicked" handler="on_button_change_date_clicked" swapped="no"/>
                           </widget>
@@ -21949,7 +21682,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <signal name="clicked" handler="on_button_confiable_clicked" swapped="no"/>
                           </widget>
@@ -22000,9 +21732,6 @@ comments</property>
                         <property name="y_options"/>
                       </packing>
                     </child>
-                    <child>
-                      <placeholder/>
-                    </child>
                   </widget>
                   <packing>
                     <property name="expand">True</property>
@@ -22094,12 +21823,14 @@ comments</property>
                     <property name="column_spacing">4</property>
                     <property name="row_spacing">4</property>
                     <child>
+                      <placeholder/>
+                    </child>
+                    <child>
                       <widget class="GtkRadioButton" id="radio_cp_undef">
                         <property name="label" translatable="yes">Undefined</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">True</property>
@@ -22116,7 +21847,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_cp_undef</property>
@@ -22135,7 +21865,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_cp_undef</property>
@@ -22154,7 +21883,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_cp_undef</property>
@@ -22173,7 +21901,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_cp_undef</property>
@@ -22233,7 +21960,6 @@ comments</property>
                         <property name="can_focus">False</property>
                         <property name="receives_default">False</property>
                         <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_cp1_zoom_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkImage" id="image_zoom_cp1">
@@ -22258,7 +21984,6 @@ comments</property>
                         <property name="can_focus">False</property>
                         <property name="receives_default">False</property>
                         <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_cp2_zoom_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkImage" id="image_zoom_cp2">
@@ -22283,7 +22008,6 @@ comments</property>
                         <property name="can_focus">False</property>
                         <property name="receives_default">False</property>
                         <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_cp3_zoom_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkImage" id="image_zoom_cp3">
@@ -22303,6 +22027,9 @@ comments</property>
                       </packing>
                     </child>
                     <child>
+                      <placeholder/>
+                    </child>
+                    <child>
                       <widget class="GtkEntry" id="entry_cp_other">
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
@@ -22324,12 +22051,6 @@ comments</property>
                     <child>
                       <placeholder/>
                     </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
                   </widget>
                   <packing>
                     <property name="expand">False</property>
@@ -22421,6 +22142,9 @@ comments</property>
                         <property name="column_spacing">4</property>
                         <property name="row_spacing">4</property>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkImage" id="image_contact_steel">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
@@ -22467,7 +22191,6 @@ comments</property>
                             <property name="can_focus">False</property>
                             <property name="receives_default">False</property>
                             <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" handler="on_button_contact_steel_zoom_clicked" 
swapped="no"/>
                             <child>
                               <widget class="GtkImage" id="image_zoom_contact_steel">
@@ -22492,7 +22215,6 @@ comments</property>
                             <property name="can_focus">False</property>
                             <property name="receives_default">False</property>
                             <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" handler="on_button_contact_modular_zoom_clicked" 
swapped="no"/>
                             <child>
                               <widget class="GtkImage" id="image_zoom_contact_modular">
@@ -22517,7 +22239,6 @@ comments</property>
                             <property name="can_focus">False</property>
                             <property name="receives_default">False</property>
                             <property name="tooltip" translatable="yes">Expand image and show 
description</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" handler="on_button_infrared_zoom_clicked" swapped="no"/>
                             <child>
                               <widget class="GtkImage" id="image_zoom_infrared">
@@ -22537,6 +22258,9 @@ comments</property>
                           </packing>
                         </child>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkEntry" id="entry_device_other">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
@@ -22556,12 +22280,14 @@ comments</property>
                           </packing>
                         </child>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkRadioButton" id="radio_device_undef">
                             <property name="label" translatable="yes">Undefined</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
@@ -22579,7 +22305,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_device_undef</property>
@@ -22599,7 +22324,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_device_undef</property>
@@ -22618,7 +22342,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_device_undef</property>
@@ -22637,7 +22360,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_device_undef</property>
@@ -22650,15 +22372,6 @@ comments</property>
                             <property name="y_options"/>
                           </packing>
                         </child>
-                        <child>
-                          <placeholder/>
-                        </child>
-                        <child>
-                          <placeholder/>
-                        </child>
-                        <child>
-                          <placeholder/>
-                        </child>
                       </widget>
                       <packing>
                         <property name="expand">False</property>
@@ -22745,7 +22458,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -22762,7 +22474,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -22850,7 +22561,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <signal name="clicked" handler="on_checkbutton_max_auto_clicked" swapped="no"/>
@@ -22908,7 +22618,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <signal name="clicked" handler="on_checkbutton_min_auto_clicked" swapped="no"/>
@@ -22977,7 +22686,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="clicked" handler="on_checkbutton_show_black_guide_clicked" 
swapped="no"/>
@@ -22993,7 +22701,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="clicked" handler="on_checkbutton_show_green_guide_clicked" 
swapped="no"/>
@@ -23090,7 +22797,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                       </widget>
@@ -23106,7 +22812,6 @@ comments</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                       </widget>
@@ -23140,7 +22845,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -23157,7 +22861,6 @@ comments</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radiobutton_time</property>
@@ -23210,7 +22913,6 @@ comments</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -23282,7 +22984,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
@@ -23299,7 +23000,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <property name="active">True</property>
                                 <property name="draw_indicator">True</property>
@@ -23319,7 +23019,6 @@ comments</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="xalign">0</property>
                                 <property name="yalign">0</property>
                                 <property name="active">True</property>
@@ -23563,7 +23262,6 @@ One serie can contain several tests.</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_stock">True</property>
                                 <signal name="clicked" handler="on_button_add_exercise_clicked" 
swapped="no"/>
                               </widget>
@@ -23578,7 +23276,6 @@ One serie can contain several tests.</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_stock">True</property>
                                 <signal name="clicked" handler="on_button_add_exercise_clicked" 
swapped="no"/>
                               </widget>
@@ -23595,7 +23292,6 @@ One serie can contain several tests.</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_stock">True</property>
                                 <signal name="clicked" handler="on_button_add_exercise_clicked" 
swapped="no"/>
                               </widget>
@@ -23743,7 +23439,6 @@ One serie can contain several tests.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -23759,7 +23454,6 @@ One serie can contain several tests.</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <signal name="clicked" handler="on_button_next_clicked" swapped="no"/>
               </widget>
               <packing>
@@ -24391,7 +24085,6 @@ One serie can contain several tests.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">True</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_stock">True</property>
                   </widget>
                   <packing>
@@ -24427,7 +24120,6 @@ One serie can contain several tests.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -24444,7 +24136,6 @@ One serie can contain several tests.</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -24500,6 +24191,12 @@ One serie can contain several tests.</property>
             <property name="column_spacing">4</property>
             <property name="row_spacing">4</property>
             <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
               <widget class="GtkLabel" id="label81">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -24587,7 +24284,6 @@ One serie can contain several tests.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                   </widget>
@@ -24603,7 +24299,6 @@ One serie can contain several tests.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <property name="group">radiobutton_startIn_yes</property>
@@ -24649,7 +24344,6 @@ One serie can contain several tests.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                   </widget>
@@ -24665,7 +24359,6 @@ One serie can contain several tests.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <property name="group">radiobutton_extra_weight_yes</property>
@@ -24711,6 +24404,12 @@ options</property>
                 <property name="column_spacing">6</property>
                 <property name="row_spacing">4</property>
                 <child>
+                  <placeholder/>
+                </child>
+                <child>
+                  <placeholder/>
+                </child>
+                <child>
                   <widget class="GtkLabel" id="label129">
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes">Type</property>
@@ -24756,7 +24455,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">True</property>
@@ -24774,7 +24472,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_limited_jumps</property>
@@ -24792,7 +24489,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_limited_jumps</property>
@@ -24820,7 +24516,6 @@ options</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <signal name="toggled" handler="on_radiobutton_simple_toggled" swapped="no"/>
@@ -24838,7 +24533,6 @@ options</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <property name="group">radiobutton_simple</property>
@@ -24861,7 +24555,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="clicked" handler="on_checkbutton_limited_fixed_clicked" swapped="no"/>
@@ -24900,12 +24593,6 @@ options</property>
                     <property name="y_options">GTK_FILL</property>
                   </packing>
                 </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
               </widget>
               <packing>
                 <property name="left_attach">1</property>
@@ -24942,12 +24629,6 @@ options</property>
                 <property name="x_options">GTK_FILL</property>
               </packing>
             </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
           </widget>
           <packing>
             <property name="expand">False</property>
@@ -24967,7 +24648,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -24985,7 +24665,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -25051,7 +24730,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -25068,7 +24746,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -25085,7 +24762,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -25101,7 +24777,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <signal name="clicked" handler="on_button_delete_type_clicked" swapped="no"/>
                 <child>
                   <widget class="GtkHBox" id="hbox1">
@@ -25217,7 +24892,6 @@ options</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -25267,7 +24941,6 @@ options</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="active">True</property>
                     <property name="draw_indicator">True</property>
                     <signal name="toggled" handler="on_radio_csv_toggled" swapped="no"/>
@@ -25288,7 +24961,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">False</property>
                         <signal name="toggled" handler="on_check_headers_toggled" swapped="no"/>
@@ -25341,7 +25013,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">False</property>
                         <signal name="toggled" handler="on_check_name_1_column_toggled" swapped="no"/>
@@ -25395,7 +25066,6 @@ options</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
                         <property name="tooltip" translatable="yes">Open CSV file</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_csv_load_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkImage" id="image2">
@@ -25417,7 +25087,6 @@ options</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
                         <property name="tooltip" translatable="yes">Help</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_csv_help_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkImage" id="image1">
@@ -25476,7 +25145,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radio_csv</property>
                         <signal name="toggled" handler="on_radio_manually_toggled" swapped="no"/>
@@ -25531,7 +25199,6 @@ options</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
-                            <property name="use_action_appearance">False</property>
                             <signal name="clicked" handler="on_button_manually_create_clicked" swapped="no"/>
                           </widget>
                           <packing>
@@ -25595,6 +25262,24 @@ options</property>
                             <child>
                               <placeholder/>
                             </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
+                            <child>
+                              <placeholder/>
+                            </child>
                           </widget>
                         </child>
                       </widget>
@@ -25618,7 +25303,6 @@ options</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                       </widget>
@@ -25635,7 +25319,6 @@ options</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
                       </widget>
@@ -26427,7 +26110,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="can_focus">True</property>
                                 <property name="can_default">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_csv_help_close_clicked" 
swapped="no"/>
                               </widget>
                               <packing>
@@ -26657,7 +26339,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -26673,7 +26354,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">True</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -26689,7 +26369,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <signal name="clicked" handler="on_button_recuperate_clicked" swapped="no"/>
                 <child>
                   <widget class="GtkAlignment" id="alignment14">
@@ -26780,7 +26459,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">False</property>
-            <property name="use_action_appearance">False</property>
             <property name="use_underline">True</property>
             <property name="active">True</property>
             <property name="draw_indicator">True</property>
@@ -26860,7 +26538,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -26919,7 +26596,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -26936,7 +26612,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -26989,6 +26664,9 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="column_spacing">6</property>
                                 <property name="row_spacing">4</property>
                                 <child>
+                                  <placeholder/>
+                                </child>
+                                <child>
                                   <widget class="GtkLabel" id="label19">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
@@ -27089,7 +26767,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="use_underline">True</property>
                                         <property name="active">True</property>
                                         <property name="draw_indicator">True</property>
@@ -27107,7 +26784,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">False</property>
-                                        <property name="use_action_appearance">False</property>
                                         <property name="use_underline">True</property>
                                         <property name="draw_indicator">True</property>
                                         <property name="group">radiobutton_man</property>
@@ -27157,7 +26833,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                             <property name="receives_default">True</property>
                                             <property name="has_tooltip">True</property>
                                             <property name="tooltip" translatable="yes">Change 
date</property>
-                                            <property name="use_action_appearance">False</property>
                                             <signal name="clicked" handler="on_button_calendar_clicked" 
swapped="no"/>
                                             <child>
                                               <widget class="GtkImage" id="image_calendar">
@@ -27184,9 +26859,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                     <property name="y_options">GTK_FILL</property>
                                   </packing>
                                 </child>
-                                <child>
-                                  <placeholder/>
-                                </child>
                               </widget>
                               <packing>
                                 <property name="expand">True</property>
@@ -27222,7 +26894,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
                                         <property name="has_tooltip">True</property>
-                                        <property name="use_action_appearance">False</property>
                                         <signal name="clicked" handler="on_button_zoom_clicked" 
swapped="no"/>
                                         <accelerator key="z" signal="clicked"/>
                                         <child>
@@ -27244,7 +26915,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                         <property name="visible">True</property>
                                         <property name="can_focus">True</property>
                                         <property name="receives_default">True</property>
-                                        <property name="use_action_appearance">False</property>
                                         <signal name="clicked" handler="on_button_take_photo_clicked" 
swapped="no"/>
                                       </widget>
                                       <packing>
@@ -27287,6 +26957,15 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="column_spacing">6</property>
                                 <property name="row_spacing">4</property>
                                 <child>
+                                  <placeholder/>
+                                </child>
+                                <child>
+                                  <placeholder/>
+                                </child>
+                                <child>
+                                  <placeholder/>
+                                </child>
+                                <child>
                                   <widget class="GtkLabel" id="label21">
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
@@ -27379,6 +27058,9 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <child>
                                   <placeholder/>
                                 </child>
+                                <child>
+                                  <placeholder/>
+                                </child>
                               </widget>
                             </child>
                           </widget>
@@ -27430,6 +27112,9 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                         <property name="column_spacing">6</property>
                         <property name="row_spacing">4</property>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkLabel" id="label48">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
@@ -27521,7 +27206,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="receives_default">True</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Add new sport</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_sport_add_clicked" swapped="no"/>
                                 <child>
                                   <widget class="GtkImage" id="image2986">
@@ -27737,7 +27421,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_height_metric_clicked" 
swapped="no"/>
                               </widget>
                               <packing>
@@ -27808,7 +27491,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_weight_metric_clicked" 
swapped="no"/>
                               </widget>
                               <packing>
@@ -27831,6 +27513,9 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                         <child>
                           <placeholder/>
                         </child>
+                        <child>
+                          <placeholder/>
+                        </child>
                       </widget>
                     </child>
                   </widget>
@@ -27937,7 +27622,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <signal name="clicked" handler="on_button_db_folder_open_clicked" swapped="no"/>
                           </widget>
@@ -27955,7 +27639,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
                             <property name="tooltip" translatable="yes">Make a copy of the 
database</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <signal name="clicked" handler="on_button_db_backup_clicked" swapped="no"/>
                           </widget>
@@ -28069,7 +27752,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <property name="draw_indicator">True</property>
                               </widget>
@@ -28090,7 +27772,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <signal name="clicked" handler="on_checkbutton_power_clicked" 
swapped="no"/>
@@ -28107,7 +27788,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_stock">True</property>
                                     <signal name="clicked" handler="on_button_help_power_clicked" 
swapped="no"/>
                                   </widget>
@@ -28130,7 +27810,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <property name="draw_indicator">True</property>
                               </widget>
@@ -28146,7 +27825,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <property name="draw_indicator">True</property>
                               </widget>
@@ -28162,7 +27840,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="use_underline">True</property>
                                 <property name="draw_indicator">True</property>
                                 <signal name="clicked" handler="on_checkbutton_show_tv_tc_index_clicked" 
swapped="no"/>
@@ -28184,7 +27861,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
@@ -28202,7 +27878,6 @@ To differentiate between male and female, use the values 1/0, or m/f, or M/F on
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radiobutton_show_q_index</property>
@@ -28272,7 +27947,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
@@ -28289,7 +27963,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_elevation_height</property>
@@ -28306,7 +27979,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
@@ -28325,7 +27997,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_speed_ms</property>
@@ -28344,7 +28015,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
@@ -28363,7 +28033,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="xalign">0</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_weight_percent</property>
@@ -28431,7 +28100,6 @@ show elevation as:</property>
                         <property name="receives_default">False</property>
                         <property name="has_tooltip">True</property>
                         <property name="tooltip" translatable="yes">On concentric evaluate only propulsive 
phase</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">True</property>
                       </widget>
@@ -28628,7 +28296,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
                                   </widget>
@@ -28639,7 +28306,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_encoder_1RM_nonweighted</property>
@@ -28655,7 +28321,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_encoder_1RM_nonweighted</property>
@@ -28671,7 +28336,6 @@ show elevation as:</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="active">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radio_encoder_1RM_nonweighted</property>
@@ -28805,7 +28469,6 @@ show elevation as:</property>
                     <property name="receives_default">False</property>
                     <property name="has_tooltip">True</property>
                     <property name="tooltip" translatable="yes">Ask user if really wants to delete a 
test</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="active">True</property>
                     <property name="draw_indicator">True</property>
@@ -28884,7 +28547,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -28924,7 +28586,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radio_export_latin</property>
@@ -28997,7 +28658,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -29014,7 +28674,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -29082,6 +28741,12 @@ show elevation as:</property>
                     <property name="column_spacing">4</property>
                     <property name="row_spacing">4</property>
                     <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
                       <widget class="GtkHBox" id="hbox_combo_tests">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
@@ -29185,12 +28850,6 @@ show elevation as:</property>
                         <property name="y_options">GTK_FILL</property>
                       </packing>
                     </child>
-                    <child>
-                      <placeholder/>
-                    </child>
-                    <child>
-                      <placeholder/>
-                    </child>
                   </widget>
                 </child>
               </widget>
@@ -29233,6 +28892,33 @@ show elevation as:</property>
                     <property name="column_spacing">4</property>
                     <property name="row_spacing">4</property>
                     <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
+                      <placeholder/>
+                    </child>
+                    <child>
                       <widget class="GtkLabel" id="label748">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
@@ -29587,6 +29273,9 @@ show elevation as:</property>
                         <child>
                           <placeholder/>
                         </child>
+                        <child>
+                          <placeholder/>
+                        </child>
                       </widget>
                       <packing>
                         <property name="left_attach">2</property>
@@ -29644,6 +29333,9 @@ show elevation as:</property>
                     <child>
                       <placeholder/>
                     </child>
+                    <child>
+                      <placeholder/>
+                    </child>
                   </widget>
                 </child>
               </widget>
@@ -29716,6 +29408,9 @@ show elevation as:</property>
                     <child>
                       <placeholder/>
                     </child>
+                    <child>
+                      <placeholder/>
+                    </child>
                   </widget>
                 </child>
               </widget>
@@ -29765,7 +29460,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="draw_indicator">True</property>
                             <signal name="toggled" handler="on_check_show_query_toggled" swapped="no"/>
                           </widget>
@@ -29819,7 +29513,6 @@ show elevation as:</property>
                             <property name="can_focus">True</property>
                             <property name="can_default">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_stock">True</property>
                             <signal name="clicked" handler="on_button_search_clicked" swapped="no"/>
                           </widget>
@@ -29967,7 +29660,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -30054,7 +29746,6 @@ show elevation as:</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_add_before_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkAlignment" id="alignment51">
@@ -30109,7 +29800,6 @@ show elevation as:</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <signal name="clicked" handler="on_button_add_after_clicked" swapped="no"/>
                         <child>
                           <widget class="GtkAlignment" id="alignment50">
@@ -30165,7 +29855,6 @@ show elevation as:</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_delete_clicked" swapped="no"/>
                       </widget>
@@ -30289,7 +29978,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -30306,7 +29994,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -30377,7 +30064,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <child>
@@ -30431,7 +30117,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <child>
@@ -30497,7 +30182,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <child>
@@ -30551,7 +30235,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
                             <child>
@@ -30672,7 +30355,6 @@ show elevation as:</property>
                                     <property name="receives_default">False</property>
                                     <property name="has_tooltip">True</property>
                                     <property name="tooltip" translatable="yes">Bell good</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="draw_indicator">True</property>
                                     <child>
                                       <widget class="GtkAlignment" id="alignment89">
@@ -30846,7 +30528,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment92">
@@ -30993,7 +30674,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment93">
@@ -31068,7 +30748,6 @@ show elevation as:</property>
                                     <property name="receives_default">False</property>
                                     <property name="has_tooltip">True</property>
                                     <property name="tooltip" translatable="yes">Bell bad</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="draw_indicator">True</property>
                                     <child>
                                       <widget class="GtkAlignment" id="alignment90">
@@ -31242,7 +30921,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment91">
@@ -31388,7 +31066,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment94">
@@ -31521,7 +31198,6 @@ show elevation as:</property>
                                     <property name="receives_default">False</property>
                                     <property name="has_tooltip">True</property>
                                     <property name="tooltip" translatable="yes">Bell good</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="draw_indicator">True</property>
                                     <child>
                                       <widget class="GtkAlignment" id="alignment95">
@@ -31654,7 +31330,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment96">
@@ -31760,7 +31435,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment3">
@@ -31972,7 +31646,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment2">
@@ -32015,7 +31688,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment6">
@@ -32058,7 +31730,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment7">
@@ -32145,7 +31816,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment10">
@@ -32212,7 +31882,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment4">
@@ -32257,7 +31926,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment5">
@@ -32506,7 +32174,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment8">
@@ -32551,7 +32218,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell bad</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment9">
@@ -32640,7 +32306,6 @@ show elevation as:</property>
                                 <property name="receives_default">False</property>
                                 <property name="has_tooltip">True</property>
                                 <property name="tooltip" translatable="yes">Bell good</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="draw_indicator">True</property>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment11">
@@ -32740,7 +32405,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="active">True</property>
                             <property name="draw_indicator">True</property>
@@ -32780,7 +32444,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <property name="group">radiobutton_test_good</property>
@@ -32815,7 +32478,6 @@ show elevation as:</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">True</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <signal name="clicked" handler="on_button_test_clicked" swapped="no"/>
                       </widget>
@@ -32858,7 +32520,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -32939,12 +32600,14 @@ show elevation as:</property>
                         <property name="column_spacing">4</property>
                         <property name="row_spacing">12</property>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkCheckButton" id="cb_jumps_simple">
                             <property name="label" translatable="yes">Simple</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -32963,7 +32626,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <signal name="clicked" handler="on_cb_jumps_reactive_clicked" swapped="no"/>
@@ -32983,7 +32645,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                             <signal name="clicked" handler="on_cb_runs_interval_clicked" swapped="no"/>
@@ -33003,7 +32664,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33022,7 +32682,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33036,12 +32695,14 @@ show elevation as:</property>
                           </packing>
                         </child>
                         <child>
+                          <placeholder/>
+                        </child>
+                        <child>
                           <widget class="GtkCheckButton" id="cb_runs_simple">
                             <property name="label" translatable="yes">Simple</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33100,7 +32761,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33117,7 +32777,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33148,7 +32807,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33167,7 +32825,6 @@ show elevation as:</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">False</property>
-                            <property name="use_action_appearance">False</property>
                             <property name="use_underline">True</property>
                             <property name="draw_indicator">True</property>
                           </widget>
@@ -33180,12 +32837,6 @@ show elevation as:</property>
                             <property name="y_options"/>
                           </packing>
                         </child>
-                        <child>
-                          <placeholder/>
-                        </child>
-                        <child>
-                          <placeholder/>
-                        </child>
                       </widget>
                       <packing>
                         <property name="expand">True</property>
@@ -33264,7 +32915,6 @@ show elevation as:</property>
                                 <property name="can_focus">True</property>
                                 <property name="can_default">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_up_clicked" swapped="no"/>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment2">
@@ -33319,7 +32969,6 @@ show elevation as:</property>
                                 <property name="can_focus">True</property>
                                 <property name="can_default">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <property name="image_position">right</property>
                                 <signal name="clicked" handler="on_button_down_clicked" swapped="no"/>
                                 <child>
@@ -33375,7 +33024,6 @@ show elevation as:</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>
                                 <property name="tooltip" translatable="yes">Graph this statistic</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_graph_clicked" swapped="no"/>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment146">
@@ -33429,7 +33077,6 @@ show elevation as:</property>
                                 <property name="can_focus">True</property>
                                 <property name="can_default">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_add_comment_clicked" swapped="no"/>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment147">
@@ -33484,7 +33131,6 @@ show elevation as:</property>
                                 <property name="can_focus">True</property>
                                 <property name="can_default">True</property>
                                 <property name="receives_default">False</property>
-                                <property name="use_action_appearance">False</property>
                                 <signal name="clicked" handler="on_button_delete_clicked" swapped="no"/>
                                 <child>
                                   <widget class="GtkAlignment" id="alignment3">
@@ -33579,7 +33225,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <signal name="clicked" handler="on_button_make_report_clicked" swapped="no"/>
                 <child>
                   <widget class="GtkAlignment" id="alignment45">
@@ -33634,7 +33279,6 @@ show elevation as:</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -33689,6 +33333,12 @@ show elevation as:</property>
             <property name="column_spacing">4</property>
             <property name="row_spacing">4</property>
             <child>
+              <placeholder/>
+            </child>
+            <child>
+              <placeholder/>
+            </child>
+            <child>
               <widget class="GtkLabel" id="label133">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -33776,6 +33426,12 @@ options</property>
                 <property name="column_spacing">6</property>
                 <property name="row_spacing">4</property>
                 <child>
+                  <placeholder/>
+                </child>
+                <child>
+                  <placeholder/>
+                </child>
+                <child>
                   <widget class="GtkLabel" id="label138">
                     <property name="can_focus">False</property>
                     <property name="label" translatable="yes">Type</property>
@@ -33822,7 +33478,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="active">True</property>
                         <property name="draw_indicator">True</property>
@@ -33840,7 +33495,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_limited_tracks</property>
@@ -33858,7 +33512,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_limited_tracks</property>
@@ -33886,7 +33539,6 @@ options</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <signal name="toggled" handler="on_radiobutton_simple_toggled" swapped="no"/>
@@ -33908,7 +33560,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="clicked" handler="on_checkbutton_limited_fixed_clicked" swapped="no"/>
@@ -33955,7 +33606,6 @@ options</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                     <property name="group">radiobutton_simple</property>
@@ -33968,12 +33618,6 @@ options</property>
                     <property name="y_options"/>
                   </packing>
                 </child>
-                <child>
-                  <placeholder/>
-                </child>
-                <child>
-                  <placeholder/>
-                </child>
               </widget>
               <packing>
                 <property name="left_attach">1</property>
@@ -34013,7 +33657,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <signal name="toggled" handler="on_radiobutton_dist_variable_toggled" swapped="no"/>
@@ -34031,7 +33674,6 @@ options</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_dist_variable</property>
@@ -34106,7 +33748,6 @@ suitable for agility tests and RSA)</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <property name="draw_indicator">True</property>
                         <property name="group">radiobutton_dist_variable</property>
@@ -34172,7 +33813,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">True</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" handler="on_button_help_rsa_clicked" 
swapped="no"/>
                                   </widget>
                                   <packing>
@@ -34292,12 +33932,6 @@ suitable for agility tests and RSA)</property>
                 <property name="x_options">GTK_FILL</property>
               </packing>
             </child>
-            <child>
-              <placeholder/>
-            </child>
-            <child>
-              <placeholder/>
-            </child>
           </widget>
           <packing>
             <property name="expand">False</property>
@@ -34317,7 +33951,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -34335,7 +33968,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -34487,7 +34119,6 @@ suitable for agility tests and RSA)</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
-                    <property name="use_action_appearance">False</property>
                     <property name="use_underline">True</property>
                     <signal name="clicked" handler="on_button_change_date_clicked" swapped="no"/>
                   </widget>
@@ -34592,7 +34223,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <signal name="toggled" handler="on_radiobutton_sports_toggled" 
swapped="no"/>
@@ -34609,7 +34239,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radiobutton_diff_sports</property>
@@ -34651,7 +34280,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
                                     <property name="tooltip" translatable="yes">Add new sport</property>
-                                    <property name="use_action_appearance">False</property>
                                     <signal name="clicked" handler="on_button_sport_add_clicked" 
swapped="no"/>
                                     <child>
                                       <widget class="GtkImage" id="image2988">
@@ -34695,7 +34323,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <signal name="toggled" handler="on_radiobutton_speciallities_toggled" 
swapped="no"/>
@@ -34712,7 +34339,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radiobutton_diff_speciallities</property>
@@ -34769,7 +34395,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <signal name="toggled" handler="on_radiobutton_levels_toggled" 
swapped="no"/>
@@ -34786,7 +34411,6 @@ suitable for agility tests and RSA)</property>
                                     <property name="visible">True</property>
                                     <property name="can_focus">True</property>
                                     <property name="receives_default">False</property>
-                                    <property name="use_action_appearance">False</property>
                                     <property name="use_underline">True</property>
                                     <property name="draw_indicator">True</property>
                                     <property name="group">radiobutton_diff_levels</property>
@@ -34927,7 +34551,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -34944,7 +34567,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -34990,7 +34612,6 @@ suitable for agility tests and RSA)</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="draw_indicator">True</property>
                 <signal name="toggled" handler="on_checkbutton_show_data_encoder_toggled" swapped="no"/>
               </widget>
@@ -35007,7 +34628,6 @@ suitable for agility tests and RSA)</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="draw_indicator">True</property>
                 <signal name="toggled" handler="on_checkbutton_show_data_jump_run_toggled" swapped="no"/>
               </widget>
@@ -35057,7 +34677,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -35074,7 +34693,6 @@ suitable for agility tests and RSA)</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
@@ -35505,7 +35123,6 @@ times</property>
                 <property name="can_default">True</property>
                 <property name="has_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_close_clicked" swapped="no"/>
               </widget>
@@ -35587,7 +35204,6 @@ times</property>
                         <property name="receives_default">True</property>
                         <property name="has_tooltip">True</property>
                         <property name="tooltip" translatable="yes">Cancel connection with server</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_stock">True</property>
                         <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
                       </widget>
@@ -35747,7 +35363,6 @@ times</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <signal name="clicked" handler="on_button_select_clicked" swapped="no"/>
                       </widget>
@@ -35764,7 +35379,6 @@ times</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <signal name="clicked" handler="on_button_unselect_clicked" swapped="no"/>
                       </widget>
@@ -35793,7 +35407,6 @@ times</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <signal name="clicked" handler="on_button_all_clicked" swapped="no"/>
                       </widget>
@@ -35810,7 +35423,6 @@ times</property>
                         <property name="can_focus">True</property>
                         <property name="can_default">True</property>
                         <property name="receives_default">False</property>
-                        <property name="use_action_appearance">False</property>
                         <property name="use_underline">True</property>
                         <signal name="clicked" handler="on_button_none_clicked" swapped="no"/>
                       </widget>
@@ -35871,7 +35483,6 @@ times</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_cancel_clicked" swapped="no"/>
               </widget>
@@ -35888,7 +35499,6 @@ times</property>
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
-                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
                 <signal name="clicked" handler="on_button_accept_clicked" swapped="no"/>
               </widget>
diff --git a/src/gui/encoder.cs b/src/gui/encoder.cs
index 4d8da99..d4382f1 100644
--- a/src/gui/encoder.cs
+++ b/src/gui/encoder.cs
@@ -34,8 +34,8 @@ using RDotNet;
 public partial class ChronoJumpWindow 
 {
        [Widget] Gtk.SpinButton spin_encoder_extra_weight;
-       [Widget] Gtk.SpinButton spin_encoder_displaced_weight;
-       [Widget] Gtk.SpinButton spin_encoder_1RM_percent;
+       [Widget] Gtk.Label label_encoder_displaced_weight;
+       [Widget] Gtk.Label label_encoder_1RM_percent;
 
        [Widget] Gtk.Label label_encoder_selected;      
        
@@ -495,7 +495,7 @@ public partial class ChronoJumpWindow
 
        void encoder_change_displaced_weight_and_1RM () {
                //displaced weight
-               spin_encoder_displaced_weight.Value = findMass(Constants.MassType.DISPLACED);
+               label_encoder_displaced_weight.Text = (findMass(Constants.MassType.DISPLACED)).ToString();
 
                //1RM
                ArrayList array1RM = SqliteEncoder.Select1RM(
@@ -505,9 +505,10 @@ public partial class ChronoJumpWindow
                        load1RM = ((Encoder1RM) array1RM[0]).load1RM; //take only the first in array (will be 
the last uniqueID)
 
                if(load1RM == 0 || findMass(Constants.MassType.EXTRA) == 0)
-                       spin_encoder_1RM_percent.Value = 0;
+                       label_encoder_1RM_percent.Text = "";
                else
-                       spin_encoder_1RM_percent.Value = 100 * findMass(Constants.MassType.EXTRA) / ( load1RM 
* 1.0 );
+                       label_encoder_1RM_percent.Text = Util.TrimDecimals(
+                                       (100 * findMass(Constants.MassType.EXTRA) / ( load1RM * 1.0 
)).ToString(), 2);
        }
 
        void on_button_encoder_1RM_win_clicked (object o, EventArgs args) {


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