widget theme: add new settings to ios theme

Change-Id: I98b4632501bb8e7f826a9dd2664a6663f4a7a208
Reviewed-on: https://gerrit.libreoffice.org/83592
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
This commit is contained in:
Tomaž Vajngerl 2019-11-23 23:01:48 +01:00 committed by Tomaž Vajngerl
parent cb7a442867
commit 738a11f20e

View file

@ -57,15 +57,44 @@
<fontColor value="#000000"/> <fontColor value="#000000"/>
</style> </style>
<!-- <state> attributes: <!--
enabled="any" Various setting for controls that aren't style colors.
focused="any" Empty "value" attribute or if setting is not present means default will be used.
pressed="any" -->
rollover="any"
default="any" <settings>
selected="any" <noActiveTabTextRaise value="true"/>
button-value="any" <centeredTabs value="true"/>
extra="any" <listBoxEntryMargin value="20"/>
<defaultFontSize value="10"/>
<titleHeight value="16"/>
<floatTitleHeight value="12"/>
<listBoxPreviewDefaultLogicWidth value="16"/>
<listBoxPreviewDefaultLogicHeight value="16"/>
</settings>
<!--
Follows the definitions od various controls.
The definition is always in form:
<{ControlType} attributes...>
<{ControlPart} attributes...>
<state attributes...>
{draw commands}
...
</state>
</{ControlPart}>
</{ControlType}>
Supported <state> attributes are:
enabled="true|false|any"
focused="true|false|any"
pressed="true|false|any"
rollover="true|false|any"
default="true|false|any"
selected="true|false|any"
button-value="true|false|any"
extra="{various}"
--> -->
<pushbutton> <pushbutton>