mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-09 16:04:33 +00:00
Qt: Fix hotkey category heading size on MacOS
This commit is contained in:
@@ -86,7 +86,8 @@ void HotkeySettingsWidget::createButtons()
|
||||
CategoryWidgets cw;
|
||||
cw.label = new QLabel(category, m_container);
|
||||
QFont label_font(cw.label->font());
|
||||
label_font.setPointSizeF(14.0f);
|
||||
label_font.setPixelSize(19);
|
||||
label_font.setBold(true);
|
||||
cw.label->setFont(label_font);
|
||||
m_layout->addWidget(cw.label);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user