[geary: 4/6] Swap position of UL and OL lists, to be in that order.



commit 2f35e40e460eeeba0590f2785f62f77fc35fd83c
Author: Michael James Gratton <mike vee net>
Date:   Tue Dec 12 23:31:27 2017 +1100

    Swap position of UL and OL lists, to be in that order.

 ui/composer-widget.ui |   53 +++++++++++++++++++++++++------------------------
 1 files changed, 27 insertions(+), 26 deletions(-)
---
diff --git a/ui/composer-widget.ui b/ui/composer-widget.ui
index a713eae..a6b805d 100644
--- a/ui/composer-widget.ui
+++ b/ui/composer-widget.ui
@@ -1,13 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- Generated with glade 3.20.0 -->
 <interface>
-  <requires lib="gtk+" version="3.14"/>
+  <requires lib="gtk+" version="3.20"/>
   <template class="ComposerWidget" parent="GtkEventBox">
     <property name="visible">True</property>
-    <signal name="drag_data_received" handler="on_drag_data_received"/>
-    <signal name="drag_drop" handler="on_drag_drop"/>
-    <signal name="drag_motion" handler="on_drag_motion"/>
-    <signal name="drag_leave" handler="on_drag_leave"/>
+    <property name="can_focus">False</property>
+    <signal name="drag-data-received" handler="on_drag_data_received" swapped="no"/>
+    <signal name="drag-drop" handler="on_drag_drop" swapped="no"/>
+    <signal name="drag-leave" handler="on_drag_leave" swapped="no"/>
+    <signal name="drag-motion" handler="on_drag_motion" swapped="no"/>
     <child>
       <object class="GtkBox" id="composer_container">
         <property name="visible">True</property>
@@ -506,58 +507,58 @@
                 <property name="position">1</property>
               </packing>
             </child>
-           <child>
-             <object class="GtkBox" id="list_buttons">
-               <property name="visible">True</property>
-               <property name="can_focus">False</property>
-               <child>
-                 <object class="GtkButton" id="olist_button">
+            <child>
+              <object class="GtkBox" id="list_buttons">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <child>
+                  <object class="GtkButton" id="ulist_button">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="focus_on_click">False</property>
                     <property name="receives_default">False</property>
-                    <property name="tooltip_text" translatable="yes">Insert ordered list</property>
-                    <property name="action_name">cmp.olist</property>
+                    <property name="tooltip_text" translatable="yes">Insert unordered list</property>
+                    <property name="action_name">cmp.ulist</property>
                     <property name="always_show_image">True</property>
                     <child>
-                      <object class="GtkImage" id="olist_image">
+                      <object class="GtkImage" id="ulist_image">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="pixel_size">16</property>
-                        <property name="icon_name">format-ordered-list-symbolic</property>
+                        <property name="icon_name">format-unordered-list-symbolic</property>
                       </object>
                     </child>
-                 </object>
+                  </object>
                   <packing>
                     <property name="expand">False</property>
                     <property name="fill">True</property>
                     <property name="position">0</property>
                   </packing>
-               </child>
-               <child>
-                 <object class="GtkButton" id="ulist_button">
+                </child>
+                <child>
+                  <object class="GtkButton" id="olist_button">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="focus_on_click">False</property>
                     <property name="receives_default">False</property>
-                    <property name="tooltip_text" translatable="yes">Insert unordered list</property>
-                    <property name="action_name">cmp.ulist</property>
+                    <property name="tooltip_text" translatable="yes">Insert ordered list</property>
+                    <property name="action_name">cmp.olist</property>
                     <property name="always_show_image">True</property>
                     <child>
-                      <object class="GtkImage" id="ulist_image">
+                      <object class="GtkImage" id="olist_image">
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <property name="pixel_size">16</property>
-                        <property name="icon_name">format-unordered-list-symbolic</property>
+                        <property name="icon_name">format-ordered-list-symbolic</property>
                       </object>
                     </child>
-                 </object>
+                  </object>
                   <packing>
                     <property name="expand">False</property>
                     <property name="fill">True</property>
                     <property name="position">1</property>
                   </packing>
-               </child>
+                </child>
                 <style>
                   <class name="linked"/>
                 </style>
@@ -567,7 +568,7 @@
                 <property name="fill">True</property>
                 <property name="position">2</property>
               </packing>
-           </child>
+            </child>
             <child>
               <object class="GtkBox" id="indentation_buttons">
                 <property name="visible">True</property>


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