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:
parent
cb7a442867
commit
738a11f20e
1 changed files with 38 additions and 9 deletions
|
@ -57,15 +57,44 @@
|
|||
<fontColor value="#000000"/>
|
||||
</style>
|
||||
|
||||
<!-- <state> attributes:
|
||||
enabled="any"
|
||||
focused="any"
|
||||
pressed="any"
|
||||
rollover="any"
|
||||
default="any"
|
||||
selected="any"
|
||||
button-value="any"
|
||||
extra="any"
|
||||
<!--
|
||||
Various setting for controls that aren't style colors.
|
||||
Empty "value" attribute or if setting is not present means default will be used.
|
||||
-->
|
||||
|
||||
<settings>
|
||||
<noActiveTabTextRaise value="true"/>
|
||||
<centeredTabs value="true"/>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue