summaryrefslogtreecommitdiff
path: root/uidesigner/vfdwidgets.pas
diff options
context:
space:
mode:
Diffstat (limited to 'uidesigner/vfdwidgets.pas')
-rw-r--r--uidesigner/vfdwidgets.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/uidesigner/vfdwidgets.pas b/uidesigner/vfdwidgets.pas
index 8764c339..c8640a80 100644
--- a/uidesigner/vfdwidgets.pas
+++ b/uidesigner/vfdwidgets.pas
@@ -430,7 +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('BoxLayout', TPropertyEnum, 'Is checkbox image 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');
@@ -448,6 +448,7 @@ begin
wc.NameBase := 'RadioButton';
wc.AddProperty('Align', TPropertyEnum, 'Component alignment');
wc.AddProperty('BackgroundColor', TPropertyColor, '');
+ wc.AddProperty('BoxLayout', TPropertyEnum, 'Is radiobutton image 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');