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