From b5dc4b14b054134dd5002cbf5a3566faf4382395 Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Mon, 4 Mar 2019 10:05:36 +0100 Subject: Add width, height and margin parameters for widget part def. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some control parts we need to provide the size or redefine the size. Previously this was hardcoded, but this adds new attriburtes for widget part definition: - width, height: defines size for buttons in spinbox, the size of the checkbox or radiobutton - margin-width, margin-height: increases the size (margin) of tab items by the specified amount Change-Id: Ieea69b92ad21adc4f4954e7555f4d59348f5dea8 Reviewed-on: https://gerrit.libreoffice.org/68829 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl (cherry picked from commit 723ad50fff71858d96ff31b0a9ceeba556ff675c) --- vcl/uiconfig/theme_definitions/definition.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vcl/uiconfig/theme_definitions') diff --git a/vcl/uiconfig/theme_definitions/definition.xml b/vcl/uiconfig/theme_definitions/definition.xml index 6b5f85fd9bb8..0e902fb27318 100644 --- a/vcl/uiconfig/theme_definitions/definition.xml +++ b/vcl/uiconfig/theme_definitions/definition.xml @@ -77,7 +77,7 @@ - + @@ -100,7 +100,7 @@ - + @@ -191,12 +191,12 @@ - + - + @@ -286,7 +286,7 @@ - + -- cgit