This commit is contained in:
MihailRis
2025-11-14 20:56:11 +03:00
parent 95721a6864
commit 5f76e72748
18 changed files with 44 additions and 44 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ void Panel::refresh() {
float x = padding.x;
float y = padding.y;
glm::vec2 size = getSize();
if (orientation == Orientation::vertical) {
if (orientation == Orientation::VERTICAL) {
float maxw = size.x;
for (auto& node : nodes) {
const glm::vec4 margin = node->getMargin();