qt: add menu widget scaling new settings

This commit is contained in:
Tatsuya79 2020-02-14 21:44:35 +01:00 committed by GitHub
parent f320eb45d8
commit 914e330ef2
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();