From c923284f39aad58c81513ade47df6c0ed4b36498 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 19 Oct 2012 10:38:51 +0000 Subject: [PATCH] .uppdev git-svn-id: svn://ultimatepp.org/upp/trunk@5439 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppdev/TestEditInt/TestEditInt.lay | 2 +- uppdev/TestEditInt/main.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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(); }