[Win] fixed issue when transparent background is enabled

remotes/origin/falkon
S. Razi Alavizadeh 13 years ago
parent 7c0e0ab45e
commit e934af92bf
  1. 1
      src/lib/autofill/autofillnotification.cpp

@ -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…
Cancel
Save