mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
NotificationsPanel: better NTabBar vertical centering
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user