mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Window bevel depth is now configurable
This commit is contained in:
parent
939b339a8e
commit
effc16fc05
4 changed files with 10 additions and 2 deletions
|
|
@ -61,6 +61,7 @@ struct theme_background {
|
|||
struct theme {
|
||||
int border_width;
|
||||
bool beveled_border;
|
||||
int border_bevel_width;
|
||||
|
||||
/*
|
||||
* the space between title bar border and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue