You've already forked lazarus-ccr
tvplanit: Update ResourceEditForm to scale correctly in the HighDpi mode of Lazarus 1.8. Fix scaling of button panel in contacts and event editor forms.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5876 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1392,22 +1392,25 @@ object ContactEditForm: TContactEditForm
|
||||
ClientWidth = 506
|
||||
TabOrder = 1
|
||||
object OKBtn: TButton
|
||||
AnchorSideTop.Control = CancelBtn
|
||||
AnchorSideTop.Control = pnlBottom
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = CancelBtn
|
||||
AnchorSideBottom.Control = CancelBtn
|
||||
AnchorSideBottom.Side = asrBottom
|
||||
Left = 354
|
||||
Height = 25
|
||||
Top = 4
|
||||
Width = 74
|
||||
Anchors = [akTop, akRight, akBottom]
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Top = 4
|
||||
BorderSpacing.Right = 8
|
||||
BorderSpacing.Bottom = 4
|
||||
Caption = 'OK'
|
||||
Default = True
|
||||
OnClick = OKBtnClick
|
||||
TabOrder = 0
|
||||
end
|
||||
object CancelBtn: TButton
|
||||
AnchorSideTop.Control = pnlBottom
|
||||
AnchorSideTop.Side = asrCenter
|
||||
AnchorSideRight.Control = pnlBottom
|
||||
AnchorSideRight.Side = asrBottom
|
||||
|
Reference in New Issue
Block a user