mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
ssd: move top border above titlebar
This commit is contained in:
parent
e4f1f9a975
commit
e086f6f5e0
6 changed files with 37 additions and 34 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue