mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +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));
|
||||
QIcon icon(Application::resourcesPath() + CLOSE_BUTTON_ICON);
|
||||
_closeButton->setIcon(icon);
|
||||
_closeButton->setIconSize(QSize(CLOSE_BUTTON_SIZE, CLOSE_BUTTON_SIZE));
|
||||
_closeButton->setFlat(true);
|
||||
_addressLayout->addWidget(_closeButton, 0, Qt::AlignRight);
|
||||
|
||||
|
|
Loading…
Reference in a new issue