From 1a8f489964a6b89a3ce3d3539590c80d178db517 Mon Sep 17 00:00:00 2001 From: n7800 <14154601-n7800@users.noreply.gitlab.com> Date: Sun, 6 Jul 2025 04:15:32 +0500 Subject: [PATCH] IDE/Options: Reduce the value of some constraints --- ide/frames/editor_color_options.lfm | 2 +- ide/ideoptionsdlg.lfm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ide/frames/editor_color_options.lfm b/ide/frames/editor_color_options.lfm index 3baf5021e2..55f38ac20d 100644 --- a/ide/frames/editor_color_options.lfm +++ b/ide/frames/editor_color_options.lfm @@ -557,7 +557,7 @@ object EditorColorOptionsFrame: TEditorColorOptionsFrame AutoExpand = True BorderSpacing.Top = 6 BorderSpacing.Right = 1 - Constraints.MinWidth = 150 + Constraints.MinWidth = 50 HideSelection = False ReadOnly = True ScrollBars = ssAutoBoth diff --git a/ide/ideoptionsdlg.lfm b/ide/ideoptionsdlg.lfm index a2a68a149e..5540c820e8 100644 --- a/ide/ideoptionsdlg.lfm +++ b/ide/ideoptionsdlg.lfm @@ -54,7 +54,7 @@ inherited IDEOptionsDialog: TIDEOptionsDialog BevelOuter = bvNone ClientHeight = 460 ClientWidth = 255 - Constraints.MinWidth = 150 + Constraints.MinWidth = 50 TabOrder = 0 object SettingsPanel: TPanel Left = 0