diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-07-07 10:37:35 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-07-07 10:37:35 +0000 |
commit | f3de63bb01c8446e64b65ba650a5ed3cac25f0b3 (patch) | |
tree | d5c805a9af3c8a1df034b70f01dc406bc17108b1 /examples/gui/alignment_resize | |
parent | 10cbd626ab5a9b32941e96f99b2909782864e25d (diff) | |
download | fpGUI-f3de63bb01c8446e64b65ba650a5ed3cac25f0b3.tar.xz |
* Fixed svn properties on some files.
* Implemented MaxWidth and MaxHeight properties.
* Implemented contraint checks on window/widget sizes.
* Fixed the bug with anchor issues inside container widgets.
* Fixed the initial state of PrevWidth/Height/Top/Left and Dirty state.
Diffstat (limited to 'examples/gui/alignment_resize')
-rw-r--r-- | examples/gui/alignment_resize/alignment_resize.lpr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/gui/alignment_resize/alignment_resize.lpr b/examples/gui/alignment_resize/alignment_resize.lpr index 8c6b2b03..b78745f4 100644 --- a/examples/gui/alignment_resize/alignment_resize.lpr +++ b/examples/gui/alignment_resize/alignment_resize.lpr @@ -76,7 +76,7 @@ begin SetPosition(316, 186, 467, 284); WindowTitle := 'Runtime resize/alignment test'; WindowPosition := wpScreenCenter; - Sizeable := False; +// Sizeable := False; btnName1 := TfpgButton.Create(self); with btnName1 do @@ -213,6 +213,7 @@ begin SetPosition(272, 104, 184, 164); FontDesc := '#Edit1'; TabOrder := 8; + Anchors := AllAnchors; end; {@VFD_BODY_END: MainForm} |