Merge branch 'IDE/Options/Environment/Window' into 'main'

IDE/Options: Place custom IDE title field below to increase width

See merge request freepascal.org/lazarus/lazarus!345
This commit is contained in:
Martin 2024-10-06 10:00:06 +00:00
commit 3e9652e956
2 changed files with 10 additions and 11 deletions

View File

@ -145,27 +145,26 @@ object WindowOptionsFrame: TWindowOptionsFrame
end
object lblTitleBar: TLabel
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = EdTitleBar
AnchorSideTop.Side = asrCenter
AnchorSideTop.Control = TitleShowsProjectDirCheckBox
AnchorSideTop.Side = asrBottom
Left = 0
Height = 15
Top = 188
Width = 52
Top = 185
Width = 53
BorderSpacing.Top = 3
Caption = 'lblTitleBar'
end
object EdTitleBar: TComboBox
AnchorSideLeft.Control = lblTitleBar
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = TitleShowsProjectDirCheckBox
AnchorSideTop.Control = lblTitleBar
AnchorSideTop.Side = asrBottom
AnchorSideRight.Control = Owner
AnchorSideRight.Side = asrBottom
Left = 57
Left = 0
Height = 23
Top = 184
Width = 515
Top = 202
Width = 572
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Left = 5
BorderSpacing.Top = 2
BorderSpacing.Right = 1
ItemHeight = 15

View File

@ -1314,7 +1314,7 @@ resourcestring
lisIDETitleStartsWithProjectName = 'IDE title starts with project name';
lisIDETitleShowsProjectDir = 'IDE title shows project directory';
lisIDETitleOptions = 'IDE main window title';
lisIDETitleCustom = 'Custom IDE title';
lisIDETitleCustom = 'Custom IDE title:';
lisIDECaptionCustomHint = 'The caption of the main IDE window';
lisAutoAdjustIDEHeight = 'Automatically adjust IDE main window height';
lisAutoAdjustIDEHeightHint = '';