mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
fix anchor for left panel
This commit is contained in:
parent
9d85980430
commit
3a3304283f
@ -2696,6 +2696,8 @@ object ConfigForm: TConfigForm
|
|||||||
ShowCaption = False
|
ShowCaption = False
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
StyleElements = [seFont, seBorder]
|
StyleElements = [seFont, seBorder]
|
||||||
|
ExplicitWidth = 495
|
||||||
|
ExplicitHeight = 464
|
||||||
DesignSize = (
|
DesignSize = (
|
||||||
499
|
499
|
||||||
465)
|
465)
|
||||||
@ -2883,6 +2885,8 @@ object ConfigForm: TConfigForm
|
|||||||
TabOrder = 3
|
TabOrder = 3
|
||||||
Visible = False
|
Visible = False
|
||||||
StyleElements = [seFont, seBorder]
|
StyleElements = [seFont, seBorder]
|
||||||
|
ExplicitWidth = 495
|
||||||
|
ExplicitHeight = 464
|
||||||
object MaxgameticksLbl: TLabel
|
object MaxgameticksLbl: TLabel
|
||||||
Left = 40
|
Left = 40
|
||||||
Top = 28
|
Top = 28
|
||||||
@ -3069,6 +3073,8 @@ object ConfigForm: TConfigForm
|
|||||||
TabOrder = 2
|
TabOrder = 2
|
||||||
Visible = False
|
Visible = False
|
||||||
StyleElements = [seFont, seBorder]
|
StyleElements = [seFont, seBorder]
|
||||||
|
ExplicitWidth = 495
|
||||||
|
ExplicitHeight = 464
|
||||||
object RendererLbl: TLabel
|
object RendererLbl: TLabel
|
||||||
Left = 40
|
Left = 40
|
||||||
Top = 28
|
Top = 28
|
||||||
@ -3256,6 +3262,7 @@ object ConfigForm: TConfigForm
|
|||||||
Top = 8
|
Top = 8
|
||||||
Width = 227
|
Width = 227
|
||||||
Height = 465
|
Height = 465
|
||||||
|
Anchors = [akLeft, akTop, akBottom]
|
||||||
BevelOuter = bvNone
|
BevelOuter = bvNone
|
||||||
Color = clHotLight
|
Color = clHotLight
|
||||||
ParentBackground = False
|
ParentBackground = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user