diff options
author | Oliver Specht <oliver.specht@cib.de> | 2024-09-25 17:01:12 +0200 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2024-09-26 00:38:07 +0200 |
commit | 23735e228767740599e3f00b9371b05bcbf243d2 (patch) | |
tree | 7d5b727e368bfe2292ce5939e9f2c94f8f79fe47 | |
parent | 2dc905a72cea448203bfcd64c3ed81147a968abe (diff) |
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 <thorsten.behrens@allotropia.de>
Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
-rw-r--r-- | sw/uiconfig/swriter/ui/viewoptionspage.ui | 6 |
1 files changed, 6 insertions, 0 deletions
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> |