visual fixes

This commit is contained in:
MihailRis
2024-02-03 06:08:27 +03:00
parent 9cb3923442
commit 4d54fadd61
4 changed files with 7 additions and 6 deletions
+1
View File
@@ -164,6 +164,7 @@ int Panel::getMaxLength() const {
void Panel::setPadding(glm::vec4 padding) {
this->padding = padding;
refresh();
}
glm::vec4 Panel::getPadding() const {