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