mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
ssd: use dynamic titlebar height based on font size and padding
This commit is contained in:
parent
3bb44fc9f2
commit
e4f1f9a975
9 changed files with 23 additions and 18 deletions
|
|
@ -422,7 +422,7 @@ create_corners(struct theme *theme)
|
|||
.x = 0,
|
||||
.y = 0,
|
||||
.width = BUTTON_WIDTH,
|
||||
.height = SSD_HEIGHT,
|
||||
.height = theme->title_height,
|
||||
};
|
||||
|
||||
struct rounded_corner_ctx ctx = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue