mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-24 06:49:46 -05:00
Fix showing password generator from the toolbar icon (#9984)
This commit is contained in:
parent
6f2354c0e9
commit
454dc7169d
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user