summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/fpg_panel.pas8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/fpg_panel.pas b/src/gui/fpg_panel.pas
index 4fda960e..28e2c722 100644
--- a/src/gui/fpg_panel.pas
+++ b/src/gui/fpg_panel.pas
@@ -145,16 +145,16 @@ type
constructor Create(AOwner: TComponent); override;
property Font: TfpgFont read FFont;
published
- property Alignment: TAlignment read GetAlignment write SetAlignment default taCenter;
+ property Alignment: TAlignment read GetAlignment write SetAlignment default taLeftJustify;
property BackgroundColor;
property BorderStyle;
property FontDesc: string read GetFontDesc write SetFontDesc;
- property Style;
- property Text: string read GetText write SetText;
- property TextColor;
property Margin: integer read GetMargin write SetMargin default 2;
property ParentShowHint;
property ShowHint;
+ property Style;
+ property Text: string read GetText write SetText;
+ property TextColor;
property OnClick;
property OnDoubleClick;
end;