fix(build): Size type
This commit is contained in:
parent
ebf1bd1129
commit
83ef8bcd0c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ struct bar_settings {
|
||||||
|
|
||||||
edge origin{edge::BOTTOM};
|
edge origin{edge::BOTTOM};
|
||||||
|
|
||||||
size size{0, 0};
|
struct size size{0, 0};
|
||||||
position pos{0, 0};
|
position pos{0, 0};
|
||||||
position offset{0, 0};
|
position offset{0, 0};
|
||||||
position center{0, 0};
|
position center{0, 0};
|
||||||
|
|
Loading…
Reference in a new issue