mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Fix showing password generator from the toolbar icon (#9984)
This commit is contained in:
parent
6f2354c0e9
commit
454dc7169d
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ PasswordGeneratorWidget::PasswordGeneratorWidget(QWidget* parent)
|
||||||
, m_ui(new Ui::PasswordGeneratorWidget())
|
, m_ui(new Ui::PasswordGeneratorWidget())
|
||||||
{
|
{
|
||||||
m_ui->setupUi(this);
|
m_ui->setupUi(this);
|
||||||
|
setWindowFlags(Qt::Widget);
|
||||||
|
|
||||||
m_ui->buttonGenerate->setIcon(icons()->icon("refresh"));
|
m_ui->buttonGenerate->setIcon(icons()->icon("refresh"));
|
||||||
m_ui->buttonGenerate->setToolTip(
|
m_ui->buttonGenerate->setToolTip(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue