summaryrefslogtreecommitdiff
path: root/examples/gui/widgettest/scrollboxform.frm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gui/widgettest/scrollboxform.frm')
-rw-r--r--examples/gui/widgettest/scrollboxform.frm4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gui/widgettest/scrollboxform.frm b/examples/gui/widgettest/scrollboxform.frm
index b7e5412d..8bb79b34 100644
--- a/examples/gui/widgettest/scrollboxform.frm
+++ b/examples/gui/widgettest/scrollboxform.frm
@@ -2,9 +2,9 @@ object ScrollBoxForm: TScrollBoxForm
BorderWidth = 8
Text = 'Scroll box test'
WindowOptions = [woWindow]
- object VertLayout: TBoxLayout
+ object VertLayout: TFBoxLayout
Orientation = Vertical
- object Label1: TLabel
+ object Label1: TFLabel
CanExpandWidth = True
Text = 'ScrollBox should be transparent in this demo.'
end