mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-26 13:49:12 +02:00
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:
commit
3e9652e956
@ -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
|
||||
|
@ -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 = '';
|
||||
|
Loading…
Reference in New Issue
Block a user