sw/uiconfig/swriter/ui/viewoptionspage.ui | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit 23735e228767740599e3f00b9371b05bcbf243d2 Author: Oliver Specht <[email protected]> AuthorDate: Wed Sep 25 17:01:12 2024 +0200 Commit: Thorsten Behrens <[email protected]> CommitDate: Thu Sep 26 00:38:07 2024 +0200 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/+/173908 Reviewed-by: Thorsten Behrens <[email protected]> Tested-by: Thorsten Behrens <[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>
