mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 14:22:57 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@5439 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
47a96fecbf
commit
c923284f39
2 changed files with 2 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ class TestEditInt : public WithTestEditIntLayout<TopWindow>
|
|||
TestEditInt::TestEditInt()
|
||||
{
|
||||
CtrlLayout(*this, "Window title");
|
||||
edt.OnSides();
|
||||
// edt.OnSides();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue