From 3a3304283f6080e59641f941e2bc80f8df192165 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Wed, 9 Aug 2023 18:06:08 +0200 Subject: [PATCH] fix anchor for left panel --- config/ConfigFormUnit.dfm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/ConfigFormUnit.dfm b/config/ConfigFormUnit.dfm index e76b25a..7ca16c4 100644 --- a/config/ConfigFormUnit.dfm +++ b/config/ConfigFormUnit.dfm @@ -2696,6 +2696,8 @@ object ConfigForm: TConfigForm ShowCaption = False TabOrder = 1 StyleElements = [seFont, seBorder] + ExplicitWidth = 495 + ExplicitHeight = 464 DesignSize = ( 499 465) @@ -2883,6 +2885,8 @@ object ConfigForm: TConfigForm TabOrder = 3 Visible = False StyleElements = [seFont, seBorder] + ExplicitWidth = 495 + ExplicitHeight = 464 object MaxgameticksLbl: TLabel Left = 40 Top = 28 @@ -3069,6 +3073,8 @@ object ConfigForm: TConfigForm TabOrder = 2 Visible = False StyleElements = [seFont, seBorder] + ExplicitWidth = 495 + ExplicitHeight = 464 object RendererLbl: TLabel Left = 40 Top = 28 @@ -3256,6 +3262,7 @@ object ConfigForm: TConfigForm Top = 8 Width = 227 Height = 465 + Anchors = [akLeft, akTop, akBottom] BevelOuter = bvNone Color = clHotLight ParentBackground = False