mirror of
https://github.com/labwc/labwc.git
synced 2025-11-06 13:29:58 -05:00
config: add <core><gap>
Specify the distance in pixels between views and output edges when using movement actions such as MoveToEdge
This commit is contained in:
parent
5cf4539827
commit
a6eb29ad33
5 changed files with 12 additions and 6 deletions
|
|
@ -167,6 +167,8 @@ entry(xmlNode *node, char *nodename, char *content)
|
|||
} else {
|
||||
rc.xdg_shell_server_side_deco = true;
|
||||
}
|
||||
} else if (!strcmp(nodename, "gap.core")) {
|
||||
rc.gap = atoi(content);
|
||||
} else if (!strcmp(nodename, "name.theme")) {
|
||||
rc.theme_name = strdup(content);
|
||||
} else if (!strcmp(nodename, "cornerradius.theme")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue