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.percent: 60%
This commit is contained in:
parent
4fc6bce3ea
commit
4a2db844c0
4 changed files with 16 additions and 3 deletions
|
|
@ -71,6 +71,7 @@ struct theme {
|
|||
float osd_label_text_color[4];
|
||||
|
||||
int osd_window_switcher_width;
|
||||
int osd_window_switcher_width_percent;
|
||||
int osd_window_switcher_padding;
|
||||
int osd_window_switcher_item_padding_x;
|
||||
int osd_window_switcher_item_padding_y;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue