Audio/NotificationHistryPanel: add optional outline

This commit is contained in:
Ly-sec
2026-01-08 20:55:26 +01:00
parent 30fb9229b2
commit fd2ee85d33
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -319,6 +319,8 @@ SmartPanel {
NTabBar {
id: tabBar
Layout.fillWidth: true
border.color: Style.boxBorderColor
border.width: Style.borderS
margins: Style.marginS
currentIndex: panelContent.currentTabIndex
distributeEvenly: true
+2
View File
@@ -213,6 +213,8 @@ SmartPanel {
id: modeTabBar
margins: Style.marginS
Layout.fillWidth: true
border.color: Style.boxBorderColor
border.width: Style.borderS
spacing: Style.marginM
distributeEvenly: true
currentIndex: root.panelViewMode === "wifi" ? 0 : 1