[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - cui/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon May 17 16:22:33 UTC 2021


 cui/uiconfig/ui/textanimtabpage.ui |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 561cfa00bca1c07778b03474bd5e2452f26c8839
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon May 17 10:43:29 2021 +0100
Commit:     Adolfo Jayme Barrientos <fitojb at ubuntu.com>
CommitDate: Mon May 17 18:21:57 2021 +0200

    tdf#142303 connect adjustments to spinbuttons
    
    missing since
    
    commit 87e21946fa9a81c403a146d03579691537c1352c
    Date:   Sat Aug 17 20:41:26 2013 -0300
    
        Convert text animations tab page to widget UI
    
    Change-Id: I8eba96030a1f5060ba60166d462130eb2cef1298
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115695
    Tested-by: Jenkins
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/cui/uiconfig/ui/textanimtabpage.ui b/cui/uiconfig/ui/textanimtabpage.ui
index d47cb2ec728e..37a4c30150ab 100644
--- a/cui/uiconfig/ui/textanimtabpage.ui
+++ b/cui/uiconfig/ui/textanimtabpage.ui
@@ -13,9 +13,9 @@
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustmentDELAY">
-    <property name="upper">300</property>
-    <property name="step_increment">1</property>
-    <property name="page_increment">50</property>
+    <property name="upper">30000</property>
+    <property name="step-increment">50</property>
+    <property name="page-increment">500</property>
   </object>
   <object class="GtkImage" id="imageDOWN">
     <property name="visible">True</property>
@@ -364,10 +364,11 @@
                         <property name="can_focus">True</property>
                         <property name="halign">start</property>
                         <property name="activates_default">True</property>
+                        <property name="truncate-multiline">True</property>
+                        <property name="adjustment">adjustmentCOUNT</property>
                         <accessibility>
                           <relation type="labelled-by" target="TSB_ENDLESS"/>
                         </accessibility>
-                        <property name="truncate-multiline">True</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="NUM_FLD_COUNT-atkobject">
                             <property name="AtkObject::accessible-description" translatable="yes" context="textanimtabpage|extended_tip|NUM_FLD_COUNT">Enter the number of times that you want the animation effect to repeat.</property>
@@ -436,10 +437,11 @@
                         <property name="can_focus">True</property>
                         <property name="halign">start</property>
                         <property name="activates_default">True</property>
+                        <property name="truncate-multiline">True</property>
+                        <property name="adjustment">adjustmentAMOUNT</property>
                         <accessibility>
                           <relation type="labelled-by" target="TSB_PIXEL"/>
                         </accessibility>
-                        <property name="truncate-multiline">True</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="MTR_FLD_AMOUNT-atkobject">
                             <property name="AtkObject::accessible-description" translatable="yes" context="textanimtabpage|extended_tip|MTR_FLD_AMOUNT">Enter the number of increments by which to scroll the text.</property>
@@ -508,10 +510,11 @@
                         <property name="can_focus">True</property>
                         <property name="halign">start</property>
                         <property name="activates_default">True</property>
+                        <property name="truncate-multiline">True</property>
+                        <property name="adjustment">adjustmentDELAY</property>
                         <accessibility>
                           <relation type="labelled-by" target="TSB_AUTO"/>
                         </accessibility>
-                        <property name="truncate-multiline">True</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="MTR_FLD_DELAY-atkobject">
                             <property name="AtkObject::accessible-description" translatable="yes" context="textanimtabpage|extended_tip|MTR_FLD_DELAY">Enter the amount of time to wait before repeating the effect.</property>


More information about the Libreoffice-commits mailing list