mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
ssd: drop-shadows on tiled windows
This commit is contained in:
parent
9af441ecd3
commit
0dbcd2221a
5 changed files with 10 additions and 1 deletions
|
|
@ -524,6 +524,9 @@ extending outward from the snapped edge.
|
|||
*<theme><dropShadows>* [yes|no]
|
||||
Should drop-shadows be rendered behind windows. Default is no.
|
||||
|
||||
*<theme><dropShadowsOnTiled>* [yes|no]
|
||||
Should drop-shadows be rendered behind tiled windows. Default is no.
|
||||
|
||||
*<theme><font place="">*
|
||||
The font to use for a specific element of a window, menu or OSD.
|
||||
Places can be any of:
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@
|
|||
<cornerRadius>8</cornerRadius>
|
||||
<keepBorder>yes</keepBorder>
|
||||
<dropShadows>no</dropShadows>
|
||||
<dropShadowsOnTiled>no</dropShadowsOnTiled>
|
||||
<font place="ActiveWindow">
|
||||
<name>sans</name>
|
||||
<size>10</size>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue