diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2014-02-04 19:30:47 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2014-02-04 19:33:19 +0000 |
commit | eed837a18d07169937413e1e21bc1894111137b9 (patch) | |
tree | 978f25ae6d0a27597aaa54c2e1de82fe014409df /uidesigner | |
parent | 540164ef2996bd3c238510222780ee2993573081 (diff) | |
download | fpGUI-eed837a18d07169937413e1e21bc1894111137b9.tar.xz |
uidesigner: surfaced the TfpgTrackBar.SliderLength property in the Object Inspector
Diffstat (limited to 'uidesigner')
-rw-r--r-- | uidesigner/vfdwidgets.pas | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uidesigner/vfdwidgets.pas b/uidesigner/vfdwidgets.pas index 26efe1e3..e1e05935 100644 --- a/uidesigner/vfdwidgets.pas +++ b/uidesigner/vfdwidgets.pas @@ -691,6 +691,7 @@ begin wc.AddProperty('Position', TPropertyInteger, ''); wc.AddProperty('ShowHint', TPropertyBoolean, ''); wc.AddProperty('ShowPosition', TPropertyBoolean, ''); + wc.AddProperty('SliderLength', TPropertyInteger, ''); wc.AddProperty('TabOrder', TPropertyInteger, 'The tab order'); wc.AddProperty('TextColor', TPropertyColor, ''); wc.WidgetIconName := 'vfd.trackbar'; |