Skip to content

Commit

Permalink
Merge pull request #478 from zcoinofficial/hide-manual-mint
Browse files Browse the repository at this point in the history
Hide manual denomination button
  • Loading branch information
Putta Khunchalee committed Jun 27, 2019
2 parents c15576d + e42b936 commit ff3f1ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/sigmadialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ SigmaDialog::SigmaDialog(const PlatformStyle *platformStyle, QWidget *parent) :
setWindowTitle(tr("Sigma"));

ui->scrollArea->setBackgroundRole(QPalette::Base);
ui->selectDenomsButton->hide();

if (platformStyle->getImagesOnButtons()) {
ui->sendButton->setIcon(platformStyle->SingleColorIcon(":/icons/export"));
Expand Down

0 comments on commit ff3f1ed

Please sign in to comment.