summaryrefslogtreecommitdiff
path: root/prototypes/fpgui2/tests/edittest.dpr
diff options
context:
space:
mode:
Diffstat (limited to 'prototypes/fpgui2/tests/edittest.dpr')
-rw-r--r--prototypes/fpgui2/tests/edittest.dpr3
1 files changed, 2 insertions, 1 deletions
diff --git a/prototypes/fpgui2/tests/edittest.dpr b/prototypes/fpgui2/tests/edittest.dpr
index e4107d50..29089e93 100644
--- a/prototypes/fpgui2/tests/edittest.dpr
+++ b/prototypes/fpgui2/tests/edittest.dpr
@@ -366,6 +366,7 @@ begin
label1 := CreateLabel(self, 5, 5, 'Hello world!');
label2 := CreateLabel(self, 5, 20, 'Hello world in Bold!');
label2.FontDesc := 'Sans-12:bold:underline';
+ label2.Width := 200;
w := TMyWidget.Create(self);
w.Top := 40;
@@ -408,7 +409,7 @@ begin
memo.Left := 250;
memo.Width := 200;
memo.Height := 80;
- memo.Anchors := [anLeft, anTop, anRight, anBottom];
+// memo.Anchors := [anLeft, anTop, anRight, anBottom];
listbox := TfpgListBox.Create(self);
listbox.Top := 100;