Fix uv map button size

This commit is contained in:
luboslenco
2023-06-06 20:22:36 +02:00
parent dec2d6ae04
commit 03c0b8df55
+1
View File
@@ -296,6 +296,7 @@ class UIView2D {
ui._y = 2 + startY;
}
ui._w = Std.int(ew * 0.7 + 3);
uvmapShow = ui.check(Id.handle({ selected: uvmapShow }), tr("UV Map"));
ui._x += ew * 0.7 + 3;
ui._y = 2 + startY;