Prettify notifications settingspage
[quassel.git] / src / qtui / settingspages / notificationssettingspage.cpp
index 9a98d5e..6ac1e0b 100644 (file)
@@ -25,7 +25,7 @@
 #include "qtui.h"
 
 NotificationsSettingsPage::NotificationsSettingsPage(QWidget *parent)
-  : SettingsPage(tr("Appearance"), tr("Notifications"), parent),
+  : SettingsPage(tr("Interface"), tr("Notifications"), parent),
   _hasDefaults(false)
 {
 
@@ -40,7 +40,7 @@ NotificationsSettingsPage::NotificationsSettingsPage(QWidget *parent)
       _hasDefaults |= cw->hasDefaults();
     }
   }
-  layout->addStretch(1);
+  layout->addStretch(20);
   load();
 }