mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 13:20:57 +00:00
Merge pull request #10119 from Tatsuya79/patch-5
qt: add menu widget scaling new settings
This commit is contained in:
commit
2992cbd261
@ -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…
x
Reference in New Issue
Block a user