mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
config: add <theme><cornerRadius>
This commit is contained in:
parent
cd313fd97a
commit
a5139815d6
4 changed files with 14 additions and 10 deletions
|
|
@ -272,7 +272,7 @@ ssd_create(struct view *view)
|
|||
part->box = ssd_box(view, part->type);
|
||||
struct rounded_corner_ctx ctx = {
|
||||
.box = &part->box,
|
||||
.radius = 7.0, /* TODO: get from config */
|
||||
.radius = rc.corner_radius,
|
||||
.line_width = theme->border_width,
|
||||
.fill_color = theme->window_active_title_bg_color,
|
||||
.border_color = theme->window_active_handle_bg_color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue