Merge pull request #10119 from Tatsuya79/patch-5

qt: add menu widget scaling new settings
This commit is contained in:
Twinaphex 2020-02-14 21:48:10 +01:00 committed by GitHub
commit 2992cbd261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();