mirror of
https://github.com/labwc/labwc.git
synced 2026-02-10 04:27:47 -05:00
osd: add osd.window-switcher.item.icon.size
This allows users to make the icon in window switcher bigger (or smaller) than the font size, which enables more Openbox-like appearance. Example configuration: osd.window-switcher.item.icon.size: 50 This commit also makes the icon smaller than the font size if the width allocated with <windowSwitcher><fields><field width=""> is smaller than that.
This commit is contained in:
parent
d8bd8c5a3e
commit
6a04c5f0dd
5 changed files with 28 additions and 4 deletions
|
|
@ -135,6 +135,7 @@ struct theme {
|
|||
int osd_window_switcher_item_padding_x;
|
||||
int osd_window_switcher_item_padding_y;
|
||||
int osd_window_switcher_item_active_border_width;
|
||||
int osd_window_switcher_item_icon_size;
|
||||
bool osd_window_switcher_width_is_percent;
|
||||
int osd_window_switcher_preview_border_width;
|
||||
float osd_window_switcher_preview_border_color[3][4];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue