mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 12:40:02 +02:00
Merge branch 'IDE/BuildLazDlg/TabOrder' into 'main'
IDE/BuildLazDialog: Fixing tab order and default button See merge request freepascal.org/lazarus/lazarus!524
This commit is contained in:
commit
07f6d4dbe2
@ -29,7 +29,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 38
|
||||
ClientWidth = 700
|
||||
TabOrder = 0
|
||||
TabOrder = 1
|
||||
object CancelButton: TBitBtn
|
||||
Left = 612
|
||||
Height = 26
|
||||
@ -72,6 +72,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
AutoSize = True
|
||||
BorderSpacing.Around = 6
|
||||
Caption = 'Compile'
|
||||
Default = True
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 1
|
||||
@ -110,7 +111,7 @@ object ConfigureBuildLazarusDlg: TConfigureBuildLazarusDlg
|
||||
ActivePage = BuildTabSheet
|
||||
Align = alClient
|
||||
TabIndex = 0
|
||||
TabOrder = 1
|
||||
TabOrder = 0
|
||||
object BuildTabSheet: TTabSheet
|
||||
Caption = 'BuildTabSheet'
|
||||
ClientHeight = 414
|
||||
|
Loading…
Reference in New Issue
Block a user