summaryrefslogtreecommitdiff
path: root/uidesigner/vfdwidgets.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-20 09:05:06 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-09-20 09:05:06 +0200
commit65a3fe7c6723bcb1717e6b45ea6c976c7133388a (patch)
treeb90939ab5b500a4d739906d08f77503a35f5949e /uidesigner/vfdwidgets.pas
parenta3fe1942a542650d53d51f1a15c1a13696ea8718 (diff)
downloadfpGUI-65a3fe7c6723bcb1717e6b45ea6c976c7133388a.tar.xz
UI Designer: published new property (BorderStyle) for TfpgPanel.
Diffstat (limited to 'uidesigner/vfdwidgets.pas')
-rw-r--r--uidesigner/vfdwidgets.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/uidesigner/vfdwidgets.pas b/uidesigner/vfdwidgets.pas
index 654abf5f..ae07c08f 100644
--- a/uidesigner/vfdwidgets.pas
+++ b/uidesigner/vfdwidgets.pas
@@ -518,6 +518,7 @@ begin
wc := TVFDWidgetClass.Create(TfpgPanel);
wc.NameBase := 'Panel';
wc.AddProperty('Alignment', TPropertyEnum, 'Text alignment');
+ wc.AddProperty('BorderStyle', TPropertyEnum, 'Single or Double');
wc.AddProperty('FontDesc', TPropertyFontDesc, 'The font used for displaying the text');
wc.AddProperty('Hint', TPropertyString, 'Tooltip hint');
wc.AddProperty('Layout', TPropertyEnum, 'Layout of the caption');