mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 07:40:16 +01:00
IDE: Fix taborder and hide border of pane in Restriction Browser. Issue #28053, patch from Alexey Torgashin.
git-svn-id: trunk@49063 -
This commit is contained in:
parent
240949a096
commit
19fc4377eb
@ -7,7 +7,7 @@ object RestrictionBrowserView: TRestrictionBrowserView
|
||||
ClientHeight = 405
|
||||
ClientWidth = 674
|
||||
OnCreate = FormCreate
|
||||
LCLVersion = '1.1'
|
||||
LCLVersion = '1.5'
|
||||
object IssueMemo: TMemo
|
||||
Left = 311
|
||||
Height = 405
|
||||
@ -16,7 +16,7 @@ object RestrictionBrowserView: TRestrictionBrowserView
|
||||
Align = alClient
|
||||
ReadOnly = True
|
||||
ScrollBars = ssAutoVertical
|
||||
TabOrder = 0
|
||||
TabOrder = 2
|
||||
end
|
||||
object Panel1: TPanel
|
||||
Left = 0
|
||||
@ -24,37 +24,38 @@ object RestrictionBrowserView: TRestrictionBrowserView
|
||||
Top = 0
|
||||
Width = 306
|
||||
Align = alLeft
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 405
|
||||
ClientWidth = 306
|
||||
TabOrder = 1
|
||||
TabOrder = 0
|
||||
object IssueFilterGroupBox: TGroupBox
|
||||
Left = 1
|
||||
Left = 0
|
||||
Height = 96
|
||||
Top = 1
|
||||
Width = 304
|
||||
Top = 0
|
||||
Width = 306
|
||||
Align = alTop
|
||||
Caption = 'IssueFilterGroupBox'
|
||||
ClientHeight = 77
|
||||
ClientWidth = 298
|
||||
ClientHeight = 76
|
||||
ClientWidth = 302
|
||||
TabOrder = 0
|
||||
object NameLabel: TLabel
|
||||
Left = 10
|
||||
Height = 15
|
||||
Top = 44
|
||||
Width = 64
|
||||
Width = 60
|
||||
Caption = 'NameLabel'
|
||||
ParentColor = False
|
||||
end
|
||||
object FilterEdit: TTreeFilterEdit
|
||||
AnchorSideLeft.Control = NameLabel
|
||||
AnchorSideLeft.Side = asrBottom
|
||||
Left = 80
|
||||
Height = 22
|
||||
Left = 76
|
||||
Height = 23
|
||||
Top = 41
|
||||
Width = 156
|
||||
UseFormActivate = True
|
||||
ButtonWidth = 23
|
||||
NumGlyphs = 0
|
||||
NumGlyphs = 1
|
||||
BorderSpacing.Left = 6
|
||||
MaxLength = 0
|
||||
TabOrder = 0
|
||||
@ -62,13 +63,13 @@ object RestrictionBrowserView: TRestrictionBrowserView
|
||||
end
|
||||
end
|
||||
object IssueTreeView: TTreeView
|
||||
Left = 1
|
||||
Height = 307
|
||||
Top = 97
|
||||
Width = 304
|
||||
Left = 0
|
||||
Height = 309
|
||||
Top = 96
|
||||
Width = 306
|
||||
Align = alClient
|
||||
Anchors = [akTop, akLeft, akBottom]
|
||||
DefaultItemHeight = 16
|
||||
DefaultItemHeight = 18
|
||||
HideSelection = False
|
||||
Indent = 2
|
||||
ReadOnly = True
|
||||
|
||||
Loading…
Reference in New Issue
Block a user