diff options
author | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-11 14:23:05 +0000 |
---|---|---|
committer | graemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf> | 2008-04-11 14:23:05 +0000 |
commit | e9d6a6c29375c2e0bf943eae5b92c65c42a8eb36 (patch) | |
tree | 11508fac3b469763c95fdb701a4a05fcef04bb9c /src/gui | |
parent | 4ca8d9439f457be131af3914eddcc97a3726ce9d (diff) | |
download | fpGUI-e9d6a6c29375c2e0bf943eae5b92c65c42a8eb36.tar.xz |
* Updated the UI Designer to use the TfpgPanel and gui_panel unit.
* Minor fixes in the gui_panel default values.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/gui_panel.pas | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/gui_panel.pas b/src/gui/gui_panel.pas index fb97e07d..28c63500 100644 --- a/src/gui/gui_panel.pas +++ b/src/gui/gui_panel.pas @@ -474,6 +474,8 @@ begin FAlignment := taCenter; FLayout := tlCenter; FWrapText := False; + FLineSpace := 2; + FMargin := 2; end; {TfpgGroupBox} |