NotificationArea: Preferences - width

This commit is contained in:
Abdullah Tahiri
2023-03-16 19:30:00 +01:00
committed by abdullahtahiriyo
parent f00e6d93dc
commit 24eb601fb0
2 changed files with 32 additions and 1 deletions

View File

@@ -78,6 +78,7 @@ void DlgSettingsNotificationArea::saveSettings()
ui->maxNotifications->onSave();
ui->maxWidgetMessages->onSave();
ui->autoRemoveUserNotifications->onSave();
ui->notificationWidth->onSave();
}
void DlgSettingsNotificationArea::loadSettings()
@@ -89,6 +90,7 @@ void DlgSettingsNotificationArea::loadSettings()
ui->maxNotifications->onRestore();
ui->maxWidgetMessages->onRestore();
ui->autoRemoveUserNotifications->onRestore();
ui->notificationWidth->onRestore();
}
void DlgSettingsNotificationArea::changeEvent(QEvent *e)