Fix symmetry label fit

This commit is contained in:
luboslenco
2021-01-19 16:50:10 +01:00
parent c16881a17d
commit 9dc829c255
+1 -1
View File
@@ -263,7 +263,7 @@ class UIHeader {
var symXHandle = Id.handle({selected: false});
var symYHandle = Id.handle({selected: false});
var symZHandle = Id.handle({selected: false});
ui._w = Std.int(55 * sc);
ui._w = Std.int(56 * sc);
ui.text(tr("Symmetry"));
ui._w = Std.int(25 * sc);
Context.symX = ui.check(symXHandle, tr("X"));