mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
fix styles
This commit is contained in:
@@ -83,7 +83,7 @@ void WelcomeWidget::setupUI()
|
||||
m_mainLayout->addStretch(1);
|
||||
|
||||
// Set minimum size
|
||||
setMinimumSize(400, 500);
|
||||
setMinimumSize(600, 500);
|
||||
}
|
||||
|
||||
QLabel *WelcomeWidget::createStyledLabel(const QString &text, int fontSize,
|
||||
@@ -99,11 +99,6 @@ QLabel *WelcomeWidget::createStyledLabel(const QString &text, int fontSize,
|
||||
font.setWeight(QFont::Medium);
|
||||
}
|
||||
|
||||
// Use system font on macOS for better integration
|
||||
#ifdef Q_OS_MAC
|
||||
font.setFamily(".AppleSystemUIFont");
|
||||
#endif
|
||||
|
||||
label->setFont(font);
|
||||
label->setWordWrap(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user