IDE/Options: Reduce the value of some constraints

This commit is contained in:
n7800 2025-07-06 04:15:32 +05:00 committed by Juha Manninen
parent 079a0f8eb5
commit 1a8f489964
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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