mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -05:00
config: support window switcher field definitions
<windowSwitcher>
<fields>
<field content="type" width="25%" />
<field content="app_id" width="25%" />
<field content="title" width="50%" />
</fields>
</windowSwitcher>
Relates to issues #852 #855 #879
This commit is contained in:
parent
36849eb7ef
commit
0f37c04df0
5 changed files with 198 additions and 34 deletions
|
|
@ -38,7 +38,13 @@
|
|||
</font>
|
||||
</theme>
|
||||
|
||||
<windowSwitcher show="yes" preview="yes" outlines="yes" />
|
||||
<windowSwitcher show="yes" preview="yes" outlines="yes">
|
||||
<fields>
|
||||
<field content="type" width="25%" />
|
||||
<field content="app_id" width="25%" />
|
||||
<field content="title" width="50%" />
|
||||
</fields>
|
||||
</windowSwitcher>
|
||||
|
||||
<!-- edge strength is in pixels -->
|
||||
<resistance>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue