sw/uiconfig/swriter/ui/viewoptionspage.ui |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

New commits:
commit ae284cae2f28c2daa1ea7b83f71aff067bf8b887
Author:     Thorsten Behrens <[email protected]>
AuthorDate: Tue Dec 17 13:31:52 2024 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Tue Dec 17 13:40:11 2024 +0100

    tdf#132274 Clarify wording of default Writer zoom behaviour
    
    There was apparently some confusion what 'latest setting' was
    referring to (in fact, it's the latest setting that was stored in the
    document, for most cases).
    
    Change-Id: I30d36567cde602ba18b0b721dec0c9e76b560edc

diff --git a/sw/uiconfig/swriter/ui/viewoptionspage.ui 
b/sw/uiconfig/swriter/ui/viewoptionspage.ui
index b2cab32d84eb..0dbe95816715 100644
--- a/sw/uiconfig/swriter/ui/viewoptionspage.ui
+++ b/sw/uiconfig/swriter/ui/viewoptionspage.ui
@@ -890,7 +890,7 @@
                     <property name="column-spacing">6</property>
                     <child>
                       <object class="GtkRadioButton" id="zoomlatest">
-                        <property name="label" translatable="yes" 
context="zoomdialog|zoomlatest">Use latest setting</property>
+                        <property name="label" translatable="yes" 
context="zoomdialog|zoomlatest">Use last document setting</property>
                         <property name="visible">True</property>
                         <property name="can-focus">True</property>
                         <property name="receives-default">False</property>
@@ -899,7 +899,7 @@
                         <property name="draw-indicator">True</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" id="zoomlatest-atkobject">
-                            <property name="AtkObject::accessible-description" 
translatable="yes" context="zoomdialog|extended_tip|zoomlatest">Uses the zoom 
setting that has been applied manually.</property>
+                            <property name="AtkObject::accessible-description" 
translatable="yes" context="zoomdialog|extended_tip|zoomlatest">Uses the zoom 
setting that was stored in the document, or for new documents, the last one 
manually applied.</property>
                           </object>
                         </child>
                       </object>
@@ -921,7 +921,7 @@
                         <property name="group">zoomlatest</property>
                         <child internal-child="accessible">
                           <object class="AtkObject" 
id="zoompreferred-atkobject">
-                            <property name="AtkObject::accessible-description" 
translatable="yes" context="zoomdialog|extended_tip|zoompreferred">Applies 
preferred zoom settings to documents.</property>
+                            <property name="AtkObject::accessible-description" 
translatable="yes" context="zoomdialog|extended_tip|zoompreferred">Applies 
preferred zoom settings, overriding any values stored in documents.</property>
                           </object>
                         </child>
                       </object>
commit 3a4a20bca7cadb0a41db7781d10a1818760cc973
Author:     Oliver Specht <[email protected]>
AuthorDate: Wed Sep 25 17:01:12 2024 +0200
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Tue Dec 17 11:10:19 2024 +0100

    tdf#132274 follow-up fix
    
    Width of zoom radio buttons increased to prevent overwriting
    of zoom value control in e.g. German translation.
    
    Change-Id: I1e78840ede6aa1899ec7b62fdd0ce2bc92edea9e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173948
    Tested-by: Gabor Kelemen <[email protected]>
    Tested-by: Jenkins
    Reviewed-by: Gabor Kelemen <[email protected]>

diff --git a/sw/uiconfig/swriter/ui/viewoptionspage.ui 
b/sw/uiconfig/swriter/ui/viewoptionspage.ui
index 2a569341b676..b2cab32d84eb 100644
--- a/sw/uiconfig/swriter/ui/viewoptionspage.ui
+++ b/sw/uiconfig/swriter/ui/viewoptionspage.ui
@@ -906,6 +906,7 @@
                       <packing>
                         <property name="left-attach">0</property>
                         <property name="top-attach">0</property>
+                        <property name="width">2</property>
                       </packing>
                     </child>
                     <child>
@@ -927,6 +928,7 @@
                       <packing>
                         <property name="left-attach">0</property>
                         <property name="top-attach">1</property>
+                        <property name="width">2</property>
                       </packing>
                     </child>
                     <child>
@@ -947,6 +949,7 @@
                       <packing>
                         <property name="left-attach">0</property>
                         <property name="top-attach">2</property>
+                        <property name="width">2</property>
                       </packing>
                     </child>
                     <child>
@@ -968,6 +971,7 @@
                       <packing>
                         <property name="left-attach">0</property>
                         <property name="top-attach">3</property>
+                        <property name="width">2</property>
                       </packing>
                     </child>
                     <child>
@@ -989,6 +993,7 @@
                       <packing>
                         <property name="left-attach">0</property>
                         <property name="top-attach">4</property>
+                        <property name="width">2</property>
                       </packing>
                     </child>
                     <child>
@@ -1010,6 +1015,7 @@
                       <packing>
                         <property name="left-attach">0</property>
                         <property name="top-attach">5</property>
+                        <property name="width">2</property>
                       </packing>
                     </child>
                     <child>

Reply via email to