summaryrefslogtreecommitdiff
path: root/uidesigner/vfdwidgets.pas
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2010-11-11 23:18:31 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2010-11-11 23:18:31 +0200
commit47f1f9f34d948b37a06b38b6ef383312528520dd (patch)
treead4cfc9ea4bd1a7207db9483dfe39ab2af6c0abb /uidesigner/vfdwidgets.pas
parent20c4c3d07c35af21154ff88e08ea88d0dc546884 (diff)
downloadfpGUI-47f1f9f34d948b37a06b38b6ef383312528520dd.tar.xz
register missing BoxLayout property of CheckBox in fpGUI Designer.
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 8ac4a08c..817f09e9 100644
--- a/uidesigner/vfdwidgets.pas
+++ b/uidesigner/vfdwidgets.pas
@@ -430,6 +430,7 @@ begin
wc.NameBase := 'CheckBox';
wc.AddProperty('Align', TPropertyEnum, 'Component alignment');
wc.AddProperty('BackgroundColor', TPropertyColor, '');
+ wc.AddProperty('BoxLayout', TPropertyEnum, 'Is checkbox on left or right');
wc.AddProperty('Checked', TPropertyBoolean, 'Boolean value');
wc.AddProperty('Enabled', TPropertyBoolean, '');
wc.AddProperty('FontDesc', TPropertyFontDesc, 'The font used for displaying the text');