mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 22:59:15 +02:00
IDE/Options: Reduce the value of some constraints
This commit is contained in:
parent
079a0f8eb5
commit
1a8f489964
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user