mirror of
https://github.com/labwc/labwc.git
synced 2026-02-26 01:40:22 -05:00
overlay: add theme setting snapping.preview.[region|edge].fill
This settings allows user to choose whether to draw a filled rectangle or an outlined rectangle as the preview for window snapping.
This commit is contained in:
parent
be491e0e4c
commit
50fd65416f
8 changed files with 114 additions and 36 deletions
|
|
@ -80,6 +80,9 @@ struct theme {
|
|||
int osd_workspace_switcher_boxes_width;
|
||||
int osd_workspace_switcher_boxes_height;
|
||||
|
||||
bool snapping_preview_region_fill;
|
||||
bool snapping_preview_edge_fill;
|
||||
|
||||
/* textures */
|
||||
struct lab_data_buffer *button_close_active_unpressed;
|
||||
struct lab_data_buffer *button_maximize_active_unpressed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue