You've already forked lazarus-ccr
tvplanit: Improving LCL scaling.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8438 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -6,7 +6,7 @@ object VpImportPreviewForm: TVpImportPreviewForm
|
||||
Caption = 'VpImportPreviewForm'
|
||||
ClientHeight = 295
|
||||
ClientWidth = 634
|
||||
LCLVersion = '2.3.0.0'
|
||||
OnShow = FormShow
|
||||
object ButtonPanel: TPanel
|
||||
Left = 6
|
||||
Height = 25
|
||||
@ -22,12 +22,13 @@ object VpImportPreviewForm: TVpImportPreviewForm
|
||||
object btnExecute: TButton
|
||||
AnchorSideTop.Control = ButtonPanel
|
||||
AnchorSideRight.Control = btnCancel
|
||||
Left = 406
|
||||
Left = 400
|
||||
Height = 25
|
||||
Top = 0
|
||||
Width = 141
|
||||
Anchors = [akTop, akRight]
|
||||
AutoSize = True
|
||||
BorderSpacing.Right = 6
|
||||
Caption = 'Import checked items'
|
||||
ModalResult = 1
|
||||
TabOrder = 0
|
||||
|
Reference in New Issue
Block a user