From 20c09edcab354e1331af6e19e0eab866243d6942 Mon Sep 17 00:00:00 2001 From: DomingoGP Date: Sat, 1 Mar 2025 12:44:23 +0100 Subject: [PATCH] Jedi code format: Hide unused option. --- components/jcf2/Ui/Settings/frClarify.lfm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/components/jcf2/Ui/Settings/frClarify.lfm b/components/jcf2/Ui/Settings/frClarify.lfm index a4134cc1fa..594809d38b 100644 --- a/components/jcf2/Ui/Settings/frClarify.lfm +++ b/components/jcf2/Ui/Settings/frClarify.lfm @@ -1,12 +1,14 @@ -inherited fClarify: TfClarify +object fClarify: TfClarify + Left = 0 Height = 292 + Top = 0 Width = 426 ClientHeight = 292 ClientWidth = 426 TabOrder = 0 DesignLeft = 130 DesignTop = 131 - object Label1: TLabel[0] + object Label1: TLabel AnchorSideLeft.Control = Owner AnchorSideTop.Control = Owner Left = 6 @@ -17,7 +19,7 @@ inherited fClarify: TfClarify Caption = 'File extensions to format:' ParentColor = False end - object rgRunOnceOffs: TRadioGroup[1] + object rgRunOnceOffs: TRadioGroup AnchorSideLeft.Control = mFileExtensions AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = mFileExtensions @@ -49,8 +51,9 @@ inherited fClarify: TfClarify 'Run &only these' ) TabOrder = 0 + Visible = False end - object mFileExtensions: TMemo[2] + object mFileExtensions: TMemo AnchorSideLeft.Control = Label1 AnchorSideTop.Control = Label1 AnchorSideTop.Side = asrBottom