summaryrefslogtreecommitdiff
path: root/vcl/uiconfig
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-01-22 21:30:00 +0100
committerTomaž Vajngerl <quikee@gmail.com>2019-03-04 12:29:43 +0100
commitf08c5964f6c2143a28969f10dcc1269cfcb7e64a (patch)
treead0b4936b78da91e18d1b574621ba2ea33ce643b /vcl/uiconfig
parentfd23d1ed012549907f21720c5aa8b169497ef952 (diff)
Draw basic RadioButton from the theme definition
Change-Id: I5bc4aa44174a89fd3003ee032f65d9d02a87a969 Reviewed-on: https://gerrit.libreoffice.org/68653 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r--vcl/uiconfig/theme_definitions/definition.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcl/uiconfig/theme_definitions/definition.xml b/vcl/uiconfig/theme_definitions/definition.xml
index dbf87fddd6ba..9ee8838fa705 100644
--- a/vcl/uiconfig/theme_definitions/definition.xml
+++ b/vcl/uiconfig/theme_definitions/definition.xml
@@ -66,4 +66,17 @@
</part>
</pushbutton>
+ <radiobutton>
+ <part value="Entire">
+ <state enabled="any" focused="any" pressed="any" rollover="any" default="any" selected="any">
+ <circ stroke="#007AFF" fill="#FFFFFF" stroke-width="1" margin="0"/>
+ <circ stroke="#007AFF" fill="#007AFF" stroke-width="1" margin="3"/>
+ </state>
+ <state enabled="any" focused="any" pressed="any" rollover="any" default="any" selected="any">
+ <circ stroke="#007AFF" fill="#FFFFFF" stroke-width="1" margin="0"/>
+ <circ stroke="#007AFF" fill="#007AFF" stroke-width="1" margin="3"/>
+ </state>
+ </part>
+ </radiobutton>
+
</widgets>