add 'min-length' panel property

This commit is contained in:
MihailRis
2025-01-18 05:55:02 +03:00
parent 8e8fed2aa2
commit 0ce5e23a2a
6 changed files with 24 additions and 5 deletions
+3 -3
View File
@@ -289,12 +289,12 @@ const std::string& UINode::getId() const {
}
void UINode::reposition() {
if (positionfunc) {
setPos(positionfunc());
}
if (sizefunc) {
setSize(sizefunc());
}
if (positionfunc) {
setPos(positionfunc());
}
}
void UINode::setGravity(Gravity gravity) {