Skip to content

Commit

Permalink
Fix showing password generator from the toolbar icon (keepassxreboot#…
Browse files Browse the repository at this point in the history
  • Loading branch information
varjolintu authored Nov 4, 2023
1 parent 6f2354c commit 454dc71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/PasswordGeneratorWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ PasswordGeneratorWidget::PasswordGeneratorWidget(QWidget* parent)
, m_ui(new Ui::PasswordGeneratorWidget())
{
m_ui->setupUi(this);
setWindowFlags(Qt::Widget);

m_ui->buttonGenerate->setIcon(icons()->icon("refresh"));
m_ui->buttonGenerate->setToolTip(
Expand Down

0 comments on commit 454dc71

Please sign in to comment.