summaryrefslogtreecommitdiff
path: root/src/gui/gui_panel.pas
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-04-11 14:23:05 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-04-11 14:23:05 +0000
commite9d6a6c29375c2e0bf943eae5b92c65c42a8eb36 (patch)
tree11508fac3b469763c95fdb701a4a05fcef04bb9c /src/gui/gui_panel.pas
parent4ca8d9439f457be131af3914eddcc97a3726ce9d (diff)
downloadfpGUI-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/gui_panel.pas')
-rw-r--r--src/gui/gui_panel.pas2
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}