mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
ssd: add configurable drop-shadows for tiled windows
This commit is contained in:
parent
0908bb5dd1
commit
c5b9e2665d
5 changed files with 23 additions and 2 deletions
|
|
@ -522,6 +522,12 @@ 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. This won't take
|
||||
effect if <core><gap> is smaller than window.active.shadow.size in theme.
|
||||
|
||||
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