mirror of
https://github.com/NohamR/Reclass.git
synced 2026-05-10 19:59:21 +00:00
Show Icon uses 24x24 icon instead of 16x16
This commit is contained in:
@@ -103,7 +103,7 @@ void TitleBarWidget::applyTheme(const Theme& theme) {
|
|||||||
void TitleBarWidget::setShowIcon(bool show) {
|
void TitleBarWidget::setShowIcon(bool show) {
|
||||||
if (show) {
|
if (show) {
|
||||||
m_appLabel->setText(QString());
|
m_appLabel->setText(QString());
|
||||||
m_appLabel->setPixmap(QIcon(":/icons/class.png").pixmap(16, 16));
|
m_appLabel->setPixmap(QIcon(":/icons/class.png").pixmap(24, 24));
|
||||||
} else {
|
} else {
|
||||||
m_appLabel->setPixmap(QPixmap());
|
m_appLabel->setPixmap(QPixmap());
|
||||||
m_appLabel->setText(QStringLiteral("Reclass"));
|
m_appLabel->setText(QStringLiteral("Reclass"));
|
||||||
|
|||||||
Reference in New Issue
Block a user