mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@12783 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ac48367415
commit
1b6c34e80f
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue