mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-30 07:10:15 +00:00
Qt: Fix hotkey category heading size on MacOS
This commit is contained in:
parent
866b77e229
commit
5df28de340
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user