mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 10:18:17 +00:00
qt: add menu widget scaling new settings
This commit is contained in:
parent
f320eb45d8
commit
914e330ef2
@ -52,6 +52,9 @@ QWidget *NotificationsPage::widget()
|
||||
|
||||
notificationsGroup->addRow(bgGroup);
|
||||
|
||||
notificationsGroup->add(MENU_ENUM_LABEL_MENU_WIDGET_SCALE_AUTO);
|
||||
notificationsGroup->add(MENU_ENUM_LABEL_MENU_WIDGET_SCALE_FACTOR);
|
||||
|
||||
layout->addWidget(notificationsGroup);
|
||||
|
||||
layout->addStretch();
|
||||
|
Loading…
Reference in New Issue
Block a user