[Libreoffice-commits] core.git: Branch 'libreoffice-6-0' - sw/uiconfig

Caolán McNamara caolanm at redhat.com
Thu Apr 26 14:20:49 UTC 2018


 sw/uiconfig/swriter/ui/envprinterpage.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e05b2d030a97b0e7c86433bec26032b8b5d16ee
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Apr 26 11:40:13 2018 +0100

    wrong spin suffix
    
    so the value allowed range is incorrect, glade adds a 1 if the id is
    duplicated, so I guess the name was copy and pasted and then the prefix
    renamed, leaving the incorrect 1 in the suffix
    
    Change-Id: If53790e49bc15e2a10d8ce5b9045eb6be0c25754
    Reviewed-on: https://gerrit.libreoffice.org/53504
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/sw/uiconfig/swriter/ui/envprinterpage.ui b/sw/uiconfig/swriter/ui/envprinterpage.ui
index 938957c7b3fa..5eb10ed90ebe 100644
--- a/sw/uiconfig/swriter/ui/envprinterpage.ui
+++ b/sw/uiconfig/swriter/ui/envprinterpage.ui
@@ -112,7 +112,7 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkSpinButton" id="down:0.00cm1">
+                  <object class="GtkSpinButton" id="down:0.00cm">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="invisible_char">•</property>


More information about the Libreoffice-commits mailing list