cui/uiconfig/ui/paragalignpage.ui |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 64c914fc26eb3348f1530d988c85e5205173f26c
Author:     Jonathan Clark <[email protected]>
AuthorDate: Mon Nov 17 12:26:06 2025 -0700
Commit:     Jonathan Clark <[email protected]>
CommitDate: Tue Nov 18 02:06:40 2025 +0100

    tdf#165507 Rearrange para align dialog for start/end alignment
    
    Updates the paragraph align dialog page, following from UX design
    discussions:
    
    Swaps the positions of the Start/End radio buttons with the Left/Right
    radio buttons, respectively.
    
    Renames the Left/Right radio buttons Force Left/Force Right,
    respectively.
    
    Change-Id: I7ac23416cb4b0168a8f2e398ed51fda05eb959f5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194134
    Tested-by: Jenkins
    Reviewed-by: Jonathan Clark <[email protected]>

diff --git a/cui/uiconfig/ui/paragalignpage.ui 
b/cui/uiconfig/ui/paragalignpage.ui
index 4f0a095d9ef7..dd6ad296d825 100644
--- a/cui/uiconfig/ui/paragalignpage.ui
+++ b/cui/uiconfig/ui/paragalignpage.ui
@@ -119,7 +119,7 @@
                 <property name="row-spacing">3</property>
                 <child>
                   <object class="GtkRadioButton" id="radioBTN_LEFTALIGN">
-                    <property name="label" translatable="yes" 
context="paragalignpage|radioBTN_LEFTALIGN">_Left</property>
+                    <property name="label" translatable="yes" 
context="paragalignpage|radioBTN_LEFTALIGN">Force _Left</property>
                     <property name="visible">True</property>
                     <property name="can-focus">True</property>
                     <property name="receives-default">False</property>
@@ -129,12 +129,12 @@
                   </object>
                   <packing>
                     <property name="left-attach">0</property>
-                    <property name="top-attach">0</property>
+                    <property name="top-attach">3</property>
                   </packing>
                 </child>
                 <child>
                   <object class="GtkRadioButton" id="radioBTN_RIGHTALIGN">
-                    <property name="label" translatable="yes" 
context="paragalignpage|radioBTN_RIGHTALIGN">_Right</property>
+                    <property name="label" translatable="yes" 
context="paragalignpage|radioBTN_RIGHTALIGN">Force R_ight</property>
                     <property name="visible">True</property>
                     <property name="can-focus">True</property>
                     <property name="receives-default">False</property>
@@ -144,7 +144,7 @@
                   </object>
                   <packing>
                     <property name="left-attach">0</property>
-                    <property name="top-attach">2</property>
+                    <property name="top-attach">4</property>
                   </packing>
                 </child>
                 <child>
@@ -215,7 +215,7 @@
                     <child>
                       <object class="GtkLabel" id="labelST_RIGHTALIGN_ASIAN">
                         <property name="can-focus">False</property>
-                        <property name="label" translatable="yes" 
context="paragalignpage|labelST_RIGHTALIGN_ASIAN">Righ_t/Bottom</property>
+                        <property name="label" translatable="yes" 
context="paragalignpage|labelST_RIGHTALIGN_ASIAN">Force R_ight/Bottom</property>
                         <property name="use-underline">True</property>
                       </object>
                       <packing>
@@ -227,7 +227,7 @@
                     <child>
                       <object class="GtkLabel" id="labelST_LEFTALIGN_ASIAN">
                         <property name="can-focus">False</property>
-                        <property name="label" translatable="yes" 
context="paragalignpage|labelST_LEFTALIGN_ASIAN">_Left/Top</property>
+                        <property name="label" translatable="yes" 
context="paragalignpage|labelST_LEFTALIGN_ASIAN">Force _Left/Top</property>
                         <property name="use-underline">True</property>
                       </object>
                       <packing>
@@ -300,7 +300,7 @@
                 </child>
                 <child>
                   <object class="GtkRadioButton" id="radioBTN_ENDALIGN">
-                    <property name="label" translatable="yes" 
context="paragalignpage|radioBTN_ENDALIGN">_End</property>
+                    <property name="label" translatable="yes" 
context="paragalignpage|radioBTN_ENDALIGN">E_nd</property>
                     <property name="visible">True</property>
                     <property name="can-focus">True</property>
                     <property name="receives-default">False</property>
@@ -310,12 +310,12 @@
                   </object>
                   <packing>
                     <property name="left-attach">0</property>
-                    <property name="top-attach">4</property>
+                    <property name="top-attach">2</property>
                   </packing>
                 </child>
                 <child>
                   <object class="GtkRadioButton" id="radioBTN_STARTALIGN">
-                    <property name="label" translatable="yes" 
context="paragalignpage|radioBTN_STARTALIGN">S_tart</property>
+                    <property name="label" translatable="yes" 
context="paragalignpage|radioBTN_STARTALIGN">Sta_rt</property>
                     <property name="visible">True</property>
                     <property name="can-focus">True</property>
                     <property name="receives-default">False</property>
@@ -325,7 +325,7 @@
                   </object>
                   <packing>
                     <property name="left-attach">0</property>
-                    <property name="top-attach">3</property>
+                    <property name="top-attach">0</property>
                   </packing>
                 </child>
               </object>

Reply via email to