[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - cui/uiconfig

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Feb 26 16:19:19 UTC 2019


 cui/uiconfig/ui/newlibdialog.ui |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

New commits:
commit 0b7f9a512b36bc409f8e1f66b07afb74b42f0561
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Feb 21 17:26:48 2019 +0000
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Tue Feb 26 17:18:57 2019 +0100

    these are dialog titles, so no use_underline for mnemonics wanted
    
    Change-Id: I88c684c88df391beb62415240580064e97fe87f0
    Reviewed-on: https://gerrit.libreoffice.org/68174
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/cui/uiconfig/ui/newlibdialog.ui b/cui/uiconfig/ui/newlibdialog.ui
index 6e61593a3a0d..c4d6fc2e7f14 100644
--- a/cui/uiconfig/ui/newlibdialog.ui
+++ b/cui/uiconfig/ui/newlibdialog.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.2 -->
+<!-- Generated with glade 3.22.1 -->
 <interface domain="cui">
   <requires lib="gtk+" version="3.18"/>
   <object class="GtkDialog" id="NewLibDialog">
@@ -10,6 +10,9 @@
     <property name="default_width">0</property>
     <property name="default_height">0</property>
     <property name="type_hint">dialog</property>
+    <child>
+      <placeholder/>
+    </child>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
         <property name="can_focus">False</property>
@@ -123,7 +126,6 @@
                 <property name="can_focus">False</property>
                 <property name="no_show_all">True</property>
                 <property name="label" translatable="yes" context="newlibdialog|altmacrotitle">Create Macro</property>
-                <property name="use_underline">True</property>
               </object>
               <packing>
                 <property name="left_attach">0</property>
@@ -135,7 +137,6 @@
                 <property name="can_focus">False</property>
                 <property name="no_show_all">True</property>
                 <property name="label" translatable="yes" context="newlibdialog|altrenametitle">Rename</property>
-                <property name="use_underline">True</property>
               </object>
               <packing>
                 <property name="left_attach">0</property>
@@ -155,8 +156,5 @@
       <action-widget response="-5">ok</action-widget>
       <action-widget response="-6">cancel</action-widget>
     </action-widgets>
-    <child>
-      <placeholder/>
-    </child>
   </object>
 </interface>


More information about the Libreoffice-commits mailing list