mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
[Win] fixed issue when transparent background is enabled
This commit is contained in:
parent
7c0e0ab45e
commit
e934af92bf
|
@ -29,6 +29,7 @@ AutoFillNotification::AutoFillNotification(const QUrl &url, const PageFormData &
|
|||
, m_formData(formData)
|
||||
, m_updateData(updateData)
|
||||
{
|
||||
setAutoFillBackground(true);
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
ui->setupUi(widget());
|
||||
ui->closeButton->setIcon(qIconProvider->standardIcon(QStyle::SP_DialogCloseButton));
|
||||
|
|
Loading…
Reference in New Issue
Block a user