.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@12783 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-02-22 17:52:36 +00:00
parent ac48367415
commit 1b6c34e80f
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ struct TestMain : BasicTest
EditInt edit1;
EditString edit2;
DropTime dt;
EditInt ei;
EditInt ei;
EditString ee0, ee1;
DropList list, colors, names, numbers;

View file

@ -33,7 +33,7 @@ void TestArrayCtrl::Init()
arr.HeaderObject().Absolute();
arr.MultiSelect();
arr.Inserting();
arr.SetLineCy(20);
arr.SetLineCy(DPI(20));
const int total_cols = 15;
const int total_rows = 10;

View file

@ -55,7 +55,7 @@ void TestMain::Init()
grid.GetColumn(total_cols - 2).Fixed(50);
grid.GetColumn(total_cols - 3).Fixed(40);
grid.SetDefaultRowHeight(26);
grid.SetDefaultRowHeight(DPI(26));
grid.AddRow(total_rows);
grid.FixedPaste();