Navigation Menu

Skip to content

Commit

Permalink
Replace ugly donate menu item with a normal TImage, living on the rig…
Browse files Browse the repository at this point in the history
…ht edge of the toolbar
  • Loading branch information
ansgarbecker committed Jun 6, 2019
1 parent fdea79e commit 694baca
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 92 deletions.
2 changes: 2 additions & 0 deletions source/about.pas
Expand Up @@ -91,6 +91,8 @@ procedure TAboutBox.btnDonatedOKClick(Sender: TObject);
MessageDialog(_('Thanks for donating!'), mtInformation, [mbOK]);
end;
imgDonate.Visible := Check <> nbTrue;
MainForm.imgDonate.Visible := imgDonate.Visible;
MainForm.FormResize(Self);
end;


Expand Down

0 comments on commit 694baca

Please sign in to comment.