ssd: move top border above titlebar

This commit is contained in:
Consolatis 2022-03-09 08:52:33 +01:00 committed by Johan Malm
parent e4f1f9a975
commit e086f6f5e0
6 changed files with 37 additions and 34 deletions

View file

@ -421,8 +421,8 @@ create_corners(struct theme *theme)
struct wlr_box box = {
.x = 0,
.y = 0,
.width = BUTTON_WIDTH,
.height = theme->title_height,
.width = BUTTON_WIDTH + theme->border_width,
.height = theme->title_height + theme->border_width,
};
struct rounded_corner_ctx ctx = {