mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 15:59:49 +02:00
close icon size fix
This commit is contained in:
parent
429ddd7115
commit
a1d3e3289c
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ void AddressBarDialog::setupUI() {
|
||||||
_closeButton->setMaximumSize(QSize(CLOSE_BUTTON_SIZE, CLOSE_BUTTON_SIZE));
|
_closeButton->setMaximumSize(QSize(CLOSE_BUTTON_SIZE, CLOSE_BUTTON_SIZE));
|
||||||
QIcon icon(Application::resourcesPath() + CLOSE_BUTTON_ICON);
|
QIcon icon(Application::resourcesPath() + CLOSE_BUTTON_ICON);
|
||||||
_closeButton->setIcon(icon);
|
_closeButton->setIcon(icon);
|
||||||
|
_closeButton->setIconSize(QSize(CLOSE_BUTTON_SIZE, CLOSE_BUTTON_SIZE));
|
||||||
_closeButton->setFlat(true);
|
_closeButton->setFlat(true);
|
||||||
_addressLayout->addWidget(_closeButton, 0, Qt::AlignRight);
|
_addressLayout->addWidget(_closeButton, 0, Qt::AlignRight);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue