mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 15:10:13 +01:00
OPM: Improved layout (overlapping label with localized strings)
This commit is contained in:
parent
4ed8ff9b1c
commit
138b8f2eae
@ -17,7 +17,7 @@ object MainFrm: TMainFrm
|
|||||||
OnKeyPress = FormKeyPress
|
OnKeyPress = FormKeyPress
|
||||||
OnShow = FormShow
|
OnShow = FormShow
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '2.3.0.0'
|
LCLVersion = '3.99.0.0'
|
||||||
object pnMain: TPanel
|
object pnMain: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 630
|
Height = 630
|
||||||
@ -135,13 +135,15 @@ object MainFrm: TMainFrm
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
object lbFilterBy: TLabel
|
object lbFilterBy: TLabel
|
||||||
Left = 225
|
AnchorSideRight.Control = cbFilterBy
|
||||||
|
Left = 223
|
||||||
Height = 15
|
Height = 15
|
||||||
Top = 14
|
Top = 14
|
||||||
Width = 45
|
Width = 45
|
||||||
Alignment = taRightJustify
|
Alignment = taRightJustify
|
||||||
|
Anchors = [akTop, akRight]
|
||||||
|
BorderSpacing.Right = 8
|
||||||
Caption = 'Filter by:'
|
Caption = 'Filter by:'
|
||||||
Color = clDefault
|
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object cbPackageCategory: TComboBox
|
object cbPackageCategory: TComboBox
|
||||||
@ -256,6 +258,7 @@ object MainFrm: TMainFrm
|
|||||||
ClientHeight = 0
|
ClientHeight = 0
|
||||||
ClientWidth = 950
|
ClientWidth = 950
|
||||||
Color = clBtnFace
|
Color = clBtnFace
|
||||||
|
ParentBackground = False
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
Visible = False
|
Visible = False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user