aboutsummaryrefslogtreecommitdiff
path: root/src/settingswidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingswidget.cpp')
-rw-r--r--src/settingswidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settingswidget.cpp b/src/settingswidget.cpp
index 75e1075..c8764b1 100644
--- a/src/settingswidget.cpp
+++ b/src/settingswidget.cpp
@@ -518,7 +518,7 @@ void SettingsWidget::on_notificationCombo_currentIndexChanged(int index) {
}
void SettingsWidget::on_tryNotification_clicked() {
- emit notify("This is a test notification...");
+ emit notify("This is a long long long test notification......");
}
void SettingsWidget::on_automaticThemeCheckBox_toggled(bool checked) {