[Libreoffice-commits] core.git: cui/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 14 11:36:28 UTC 2021


 cui/uiconfig/ui/textcolumnstabpage.ui |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 533549294f93e3a530facef038bbae130afce783
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jun 14 10:26:28 2021 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Mon Jun 14 13:35:43 2021 +0200

    move comment to the line above the referenced line
    
    so pretty-printing doesn't afterwards change this file
    
    Change-Id: Id581d837013973045a0984484deea22a27db09a4
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117138
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/cui/uiconfig/ui/textcolumnstabpage.ui b/cui/uiconfig/ui/textcolumnstabpage.ui
index 596b155dbe1b..a0a34c181fc5 100644
--- a/cui/uiconfig/ui/textcolumnstabpage.ui
+++ b/cui/uiconfig/ui/textcolumnstabpage.ui
@@ -4,7 +4,8 @@
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkAdjustment" id="adjustmentColNumber">
     <property name="lower">1</property>
-    <property name="upper">16</property><!-- MSO has an upper limit of 16 in UI -->
+    <!-- MSO has an upper limit of 16 in UI -->
+    <property name="upper">16</property>
     <property name="step-increment">1</property>
     <property name="page-increment">10</property>
   </object>


More information about the Libreoffice-commits mailing list