diff --git a/uppdev/TestEditInt/TestEditInt.lay b/uppdev/TestEditInt/TestEditInt.lay index 2f8be5c4b..8b0ff487b 100644 --- a/uppdev/TestEditInt/TestEditInt.lay +++ b/uppdev/TestEditInt/TestEditInt.lay @@ -1,6 +1,6 @@ LAYOUT(TestEditIntLayout, 448, 412) ITEM(EditIntSpin, edt, Max(10).Min(-10).LeftPosZ(68, 208).TopPosZ(52, 19)) - ITEM(EditInt64Spin, edt64, Max(10).Min(-10).LeftPosZ(68, 208).TopPosZ(100, 19)) + ITEM(EditInt64Spin, edt64, Max(10).Min(-10).LeftPosZ(24, 60).TopPosZ(12, 19)) ITEM(EditDateSpin, edtdt, LeftPosZ(68, 208).TopPosZ(124, 19)) ITEM(EditTimeSpin, edttm, SetInc(3600).LeftPosZ(68, 208).TopPosZ(148, 19)) ITEM(EditDoubleSpin, edtf, Max(10).Min(-10).LeftPosZ(68, 208).TopPosZ(76, 19)) diff --git a/uppdev/TestEditInt/main.cpp b/uppdev/TestEditInt/main.cpp index f2257b2f8..095695a8c 100644 --- a/uppdev/TestEditInt/main.cpp +++ b/uppdev/TestEditInt/main.cpp @@ -16,6 +16,7 @@ class TestEditInt : public WithTestEditIntLayout TestEditInt::TestEditInt() { CtrlLayout(*this, "Window title"); + edt.OnSides(); // edt.OnSides(); }