From 914e330ef2c17cc15d401c204f941330defdea3d Mon Sep 17 00:00:00 2001 From: Tatsuya79 Date: Fri, 14 Feb 2020 21:44:35 +0100 Subject: [PATCH] qt: add menu widget scaling new settings --- ui/drivers/qt/options/osd.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/drivers/qt/options/osd.cpp b/ui/drivers/qt/options/osd.cpp index 15d3169dde..de154a6279 100644 --- a/ui/drivers/qt/options/osd.cpp +++ b/ui/drivers/qt/options/osd.cpp @@ -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();