mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
theme: move osd.window-switcher.* to osd.window-switcher.style-classic.*
Backward compatibility is preserved.
This commit is contained in:
parent
92ee5083f0
commit
6e2805f692
7 changed files with 115 additions and 101 deletions
|
|
@ -303,28 +303,27 @@ all are supported.
|
|||
Text color of on-screen-display. Inherits
|
||||
*window.active.label.text.color* if not set.
|
||||
|
||||
*osd.window-switcher.width*
|
||||
Width of window switcher in pixels. Default is 600.
|
||||
Width can also be percent of the width of the monitor.
|
||||
% is mandatory as last character in this case, max 100%
|
||||
*osd.window-switcher.style-classic.width*
|
||||
Width of window switcher in pixels. Width can also be a percentage of the
|
||||
monitor width by adding '%' as suffix (e.g. 70%). Default is 600.
|
||||
|
||||
*osd.window-switcher.padding*
|
||||
*osd.window-switcher.style-classic.padding*
|
||||
Padding of window switcher in pixels. This is the space between the
|
||||
window-switcher border and its items. Default is 4.
|
||||
|
||||
*osd.window-switcher.item.padding.x*
|
||||
*osd.window-switcher.style-classic.item.padding.x*
|
||||
Horizontal padding of window switcher entries in pixels.
|
||||
Default is 10.
|
||||
|
||||
*osd.window-switcher.item.padding.y*
|
||||
*osd.window-switcher.style-classic.item.padding.y*
|
||||
Vertical padding of window switcher entries in pixels.
|
||||
Default is 1.
|
||||
|
||||
*osd.window-switcher.item.active.border.width*
|
||||
*osd.window-switcher.style-classic.item.active.border.width*
|
||||
Border width of the selection box in the window switcher in pixels.
|
||||
Default is 2.
|
||||
|
||||
*osd.window-switcher.item.icon.size*
|
||||
*osd.window-switcher.style-classic.item.icon.size*
|
||||
Size of the icon in window switcher, in pixels.
|
||||
If not set, the font size derived from <theme><font place="OnScreenDisplay">
|
||||
is used.
|
||||
|
|
|
|||
12
docs/themerc
12
docs/themerc
|
|
@ -91,14 +91,14 @@ osd.label.text.color: #000000
|
|||
|
||||
# width can be set as percent (of screen width)
|
||||
# example 50% or 75% instead of 600, max 100%
|
||||
osd.window-switcher.width: 600
|
||||
osd.window-switcher.style-classic.width: 600
|
||||
|
||||
osd.window-switcher.padding: 4
|
||||
osd.window-switcher.item.padding.x: 10
|
||||
osd.window-switcher.item.padding.y: 1
|
||||
osd.window-switcher.item.active.border.width: 2
|
||||
osd.window-switcher.style-classic.padding: 4
|
||||
osd.window-switcher.style-classic.item.padding.x: 10
|
||||
osd.window-switcher.style-classic.item.padding.y: 1
|
||||
osd.window-switcher.style-classic.item.active.border.width: 2
|
||||
# The icon size the same as the font size by default
|
||||
# osd.window-switcher.item.icon.size: 50
|
||||
# osd.window-switcher.style-classic.item.icon.size: 50
|
||||
osd.window-switcher.preview.border.width: 1
|
||||
osd.window-switcher.preview.border.color: #dddda6,#000000,#dddda6
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue