1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-13 10:32:11 +01:00

[Win] fixed issue when transparent background is enabled

This commit is contained in:
S. Razi Alavizadeh 2013-02-14 21:45:24 +03:30
parent 7c0e0ab45e
commit e934af92bf

View File

@ -29,6 +29,7 @@ AutoFillNotification::AutoFillNotification(const QUrl &url, const PageFormData &
, m_formData(formData) , m_formData(formData)
, m_updateData(updateData) , m_updateData(updateData)
{ {
setAutoFillBackground(true);
setAttribute(Qt::WA_DeleteOnClose); setAttribute(Qt::WA_DeleteOnClose);
ui->setupUi(widget()); ui->setupUi(widget());
ui->closeButton->setIcon(qIconProvider->standardIcon(QStyle::SP_DialogCloseButton)); ui->closeButton->setIcon(qIconProvider->standardIcon(QStyle::SP_DialogCloseButton));