[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sw/uiconfig

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 13 20:50:25 UTC 2020


 sw/uiconfig/swriter/ui/watermarkdialog.ui |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit f714459885e93f46dca4536013c1968469f1ab97
Author:     Andras Timar <andras.timar at collabora.com>
AuthorDate: Tue Sep 15 12:41:08 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Oct 13 22:49:51 2020 +0200

    Angle of the watermark: step by 45°
    
    Change-Id: Ia4ab9a56f346625cf191c1f5a648e1744dad29d6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103431
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/sw/uiconfig/swriter/ui/watermarkdialog.ui b/sw/uiconfig/swriter/ui/watermarkdialog.ui
index 94ad2e24ef26..03f9977bbc5a 100644
--- a/sw/uiconfig/swriter/ui/watermarkdialog.ui
+++ b/sw/uiconfig/swriter/ui/watermarkdialog.ui
@@ -4,8 +4,7 @@
   <requires lib="gtk+" version="3.18"/>
   <object class="GtkAdjustment" id="angle_adj">
     <property name="upper">359</property>
-    <property name="step_increment">1</property>
-    <property name="page_increment">10</property>
+    <property name="step_increment">45</property>
   </object>
   <object class="GtkAdjustment" id="transparenct_adj">
     <property name="upper">100</property>


More information about the Libreoffice-commits mailing list