summaryrefslogtreecommitdiff
path: root/examples/gui/widgettest/comboboxform.frm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/widgettest/comboboxform.frm')
-rw-r--r--examples/gui/widgettest/comboboxform.frm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gui/widgettest/comboboxform.frm b/examples/gui/widgettest/comboboxform.frm
index 23dd1f07..f26f79b7 100644
--- a/examples/gui/widgettest/comboboxform.frm
+++ b/examples/gui/widgettest/comboboxform.frm
@@ -2,13 +2,13 @@ object ComboBoxForm: TComboBoxForm
BorderWidth = 8
Text = 'Combo box test'
OnCreate = FormCreate
- object VertBox: TBoxLayout
+ object VertBox: TFBoxLayout
Orientation = Vertical
object GrayCheckBox: TCheckBox
Text = 'Gray combo boxes'
OnClick = GrayCheckBoxClick
end
- object BetaLabel: TLabel
+ object BetaLabel: TFLabel
Text = '(the drop-down lists are work in progress)'
end
object ComboBox1: TComboBox