mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 06:40:36 +02:00
Opkman: Hide "Create" button, the functionality is replaced by button "Submit".
git-svn-id: trunk@53922 -
This commit is contained in:
parent
7529e42389
commit
54fde57388
@ -390,6 +390,7 @@ object CreateRepositoryPackagefr: TCreateRepositoryPackagefr
|
||||
ParentShowHint = False
|
||||
ShowHint = True
|
||||
TabOrder = 1
|
||||
Visible = False
|
||||
end
|
||||
object bSubmit: TButton
|
||||
Left = 248
|
||||
|
@ -164,8 +164,9 @@ begin
|
||||
bCancel.Hint := rsCreateRepositoryPackageFrm_bCancel_Hint;
|
||||
bSubmit.Visible := ATyp = 0;
|
||||
cbJSONForUpdates.Visible := ATyp = 0;
|
||||
pnB.Height := bCreate.Height + 1;
|
||||
pnB.Height := bSubmit.Height + 1;
|
||||
pnB.Top := (pnButtons.Height - pnB.Height) div 2;
|
||||
bCreate.Visible := ATyp = 1;
|
||||
|
||||
FVSTPackages := TVirtualStringTree.Create(nil);
|
||||
with FVSTPackages do
|
||||
|
Loading…
Reference in New Issue
Block a user