mirror of
https://github.com/labwc/labwc.git
synced 2026-04-13 08:21:15 -04:00
decorations: rm keepBorder
This commit is contained in:
parent
8f50e33b6d
commit
28c8924fb1
7 changed files with 3 additions and 25 deletions
|
|
@ -129,9 +129,9 @@ Actions are used in menus and keyboard/mouse bindings.
|
|||
*<action name="ToggleTitlebar" />*
|
||||
Toggle titlebar of focused window.
|
||||
|
||||
If the 'keepBorder' configuration option is enabled (as in the default
|
||||
configuraton), then a border will be left as the only decorations around the
|
||||
window.
|
||||
A border will be left as the only decorations around the window.
|
||||
If you completely want to remove all server side decorations, use
|
||||
'ToggleDecorations' instead.
|
||||
|
||||
This has no effect on windows that do not have server side decorations.
|
||||
|
||||
|
|
|
|||
|
|
@ -397,11 +397,6 @@ extending outward from the snapped edge.
|
|||
*<theme><cornerRadius>*
|
||||
The radius of server side decoration top corners. Default is 8.
|
||||
|
||||
*<theme><keepBorder>* [yes|no]
|
||||
Keep a small border (and resize area) even for undecorated windows. Default is yes.
|
||||
|
||||
This has no effect on windows that do not have server side decorations.
|
||||
|
||||
*<theme><font place="">*
|
||||
The font to use for a specific element of a window, menu or OSD.
|
||||
Places can be any of:
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
<theme>
|
||||
<name></name>
|
||||
<cornerRadius>8</cornerRadius>
|
||||
<keepBorder>yes</keepBorder>
|
||||
<font place="ActiveWindow">
|
||||
<name>sans</name>
|
||||
<size>10</size>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue