mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
Window switcher, allow to use percent of monitor width.
OSD will size per monitor. With this the width stays relative sized on my 4k as well as my 1080p monitor example from my theme osd.window-switcher.width: 60%
This commit is contained in:
parent
4fc6bce3ea
commit
bda18df757
5 changed files with 17 additions and 2 deletions
|
|
@ -112,6 +112,7 @@ struct theme {
|
|||
|
||||
/* not set in rc.xml/themerc, but derived from font & padding_height */
|
||||
int osd_window_switcher_item_height;
|
||||
bool osd_width_should_parse_as_percentage;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue