mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
decorations: allow to globally disable titlebars
This commit is contained in:
parent
a8f98cb90b
commit
9627af691f
6 changed files with 11 additions and 0 deletions
|
|
@ -397,6 +397,10 @@ extending outward from the snapped edge.
|
|||
*<theme><cornerRadius>*
|
||||
The radius of server side decoration top corners. Default is 8.
|
||||
|
||||
*<theme><titlebar>* [yes|no]
|
||||
Set this to 'no' to only keep a small border (and resize area)
|
||||
around the window. Default is yes.
|
||||
|
||||
*<theme><keepBorder>* [yes|no]
|
||||
Even when disabling server side decorations via ToggleDecorations,
|
||||
keep a small border (and resize area) around the window. Default is yes.
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
<theme>
|
||||
<name></name>
|
||||
<cornerRadius>8</cornerRadius>
|
||||
<titlebar>yes</titlebar>
|
||||
<keepBorder>yes</keepBorder>
|
||||
<font place="ActiveWindow">
|
||||
<name>sans</name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue