NotificationsPanel: better NTabBar vertical centering

This commit is contained in:
Lemmy
2026-01-14 21:34:05 -05:00
parent 47121cea7d
commit bee67fbc16
2 changed files with 2 additions and 2 deletions
@@ -218,7 +218,7 @@ SmartPanel {
Layout.fillWidth: true
visible: NotificationService.historyList.count > 0 && panelContent.groupByDate
currentIndex: panelContent.currentRange
tabHeight: Style.baseWidgetSize * 0.7
tabHeight: Style.toOdd(Style.baseWidgetSize * 0.8)
spacing: Style.marginXS
distributeEvenly: true