[Libreoffice-commits] core.git: Branch 'private/bansan/chardraw' - cui/uiconfig

Vincent Le Garrec legarrec.vincent at gmail.com
Sun Jan 14 20:16:12 UTC 2018


 cui/uiconfig/ui/specialcharacters.ui |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 95412fb81060f9483406ca7fd50de8cf8fa684a3
Author: Vincent Le Garrec <legarrec.vincent at gmail.com>
Date:   Sun Jan 14 21:14:56 2018 +0100

    Sort lines according to top_attach
    
    Change-Id: Ic03e086800f90a201f26b4ec754a7ffefc92e3cb

diff --git a/cui/uiconfig/ui/specialcharacters.ui b/cui/uiconfig/ui/specialcharacters.ui
index 91411e893f12..09a18b37b90a 100644
--- a/cui/uiconfig/ui/specialcharacters.ui
+++ b/cui/uiconfig/ui/specialcharacters.ui
@@ -202,6 +202,20 @@
                   </packing>
                 </child>
                 <child>
+                  <object class="GtkTextView" id="charname">
+                    <property name="visible">True</property>
+                    <property name="can_focus">False</property>
+                    <property name="editable">False</property>
+                    <property name="wrap_mode">word</property>
+                    <property name="justification">center</property>
+                    <property name="cursor_visible">False</property>
+                  </object>
+                  <packing>
+                    <property name="left_attach">0</property>
+                    <property name="top_attach">1</property>
+                  </packing>
+                </child>
+                <child>
                   <object class="GtkGrid" id="grid4">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
@@ -306,20 +320,6 @@
                     <property name="top_attach">2</property>
                   </packing>
                 </child>
-                <child>
-                  <object class="GtkTextView" id="charname">
-                    <property name="visible">True</property>
-                    <property name="can_focus">False</property>
-                    <property name="editable">False</property>
-                    <property name="wrap_mode">word</property>
-                    <property name="justification">center</property>
-                    <property name="cursor_visible">False</property>
-                  </object>
-                  <packing>
-                    <property name="left_attach">0</property>
-                    <property name="top_attach">1</property>
-                  </packing>
-                </child>
               </object>
               <packing>
                 <property name="left_attach">1</property>


More information about the Libreoffice-commits mailing list