mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-12 07:49:55 -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(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…
Reference in New Issue
Block a user