vcl/uiconfig/theme_definitions/ios/definition.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)
New commits: commit ab9ac0fc697f57f0804dea03812dd2adfd99794b Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> AuthorDate: Thu Dec 12 21:41:39 2019 +0100 Commit: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk> CommitDate: Thu Dec 12 21:41:39 2019 +0100 iOS theme: set spinbox orientation to "decrease-edit-increase" iOS theme was designed to have spinbox orientation set to "decrease-edit-increase", but this was not explicitly set in the theme definition as it was also the default. The defualt was changed recently to "stacked" and it broke the iOS theme. Change-Id: If43fa46c04415dda1efe0855c4901b5aede7eb32 diff --git a/vcl/uiconfig/theme_definitions/ios/definition.xml b/vcl/uiconfig/theme_definitions/ios/definition.xml index 8725e14ee1f2..958c85600e15 100644 --- a/vcl/uiconfig/theme_definitions/ios/definition.xml +++ b/vcl/uiconfig/theme_definitions/ios/definition.xml @@ -95,6 +95,11 @@ selected="true|false|any" button-value="true|false|any" extra="{various}" + + control specific: + <spinbox> attributes: + - orientation: stacked (default), edit-decrease-increase, decrease-edit-increase + --> <pushbutton> @@ -242,7 +247,7 @@ </listbox> <spinbox> - <part value="Entire"> + <part value="Entire" orientation="decrease-edit-increase"> <state> <rect stroke="#ffffff" fill="#ffffff" stroke-width="0" /> </state> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits