mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Fix incorect border drawing and remove light borders as no longer needed
This commit is contained in:
parent
f7d2be37ea
commit
c37f343377
3 changed files with 19 additions and 32 deletions
|
|
@ -203,7 +203,7 @@ cycle_osd_classic_init(struct cycle_osd_output *osd_output)
|
|||
.bg_color = active_bg_color,
|
||||
.width = w - 2 * padding,
|
||||
.height = switcher_theme->item_height,
|
||||
.beveled = 2,
|
||||
.beveled = 1,
|
||||
};
|
||||
struct lab_scene_rect *highlight_rect = lab_scene_rect_create(
|
||||
item->active_tree, &highlight_opts);
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@ create_item_scene(struct wlr_scene_tree *parent, struct view *view,
|
|||
.bg_color = switcher_theme->item_active_bg_color,
|
||||
.width = switcher_theme->item_width,
|
||||
.height = switcher_theme->item_height,
|
||||
.beveled = 2,
|
||||
.beveled = 1,
|
||||
};
|
||||
item->active_bg = lab_scene_rect_create(tree, &opts);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue