mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 12:40:22 +02:00
IDE: Place Cancel button on the right in Install/Uninstall Packages window. From n7800.
This commit is contained in:
parent
db41ce26cf
commit
2cf13d8ba4
@ -101,7 +101,7 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
TabOrder = 0
|
||||
end
|
||||
object CancelButton: TBitBtn
|
||||
Left = 164
|
||||
Left = 523
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 83
|
||||
@ -116,7 +116,7 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
TabOrder = 1
|
||||
end
|
||||
object SaveAndExitButton: TBitBtn
|
||||
Left = 442
|
||||
Left = 378
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 159
|
||||
@ -166,7 +166,7 @@ object InstallPkgSetDialog: TInstallPkgSetDialog
|
||||
TabOrder = 3
|
||||
end
|
||||
object SaveAndRebuildButton: TBitBtn
|
||||
Left = 253
|
||||
Left = 216
|
||||
Height = 29
|
||||
Top = 6
|
||||
Width = 183
|
||||
|
Loading…
Reference in New Issue
Block a user