Reworked tray and created network boarder

This commit is contained in:
Hannes
2026-02-18 19:11:10 +01:00
parent 15c0e7f800
commit d7a255ad84
3 changed files with 5 additions and 6 deletions
+4 -2
View File
@@ -6,7 +6,7 @@ import "../../../colors"
MouseArea {
id: networkButton
width: output.width + 16
width: bar.height
height: bar.height
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
@@ -19,7 +19,9 @@ MouseArea {
anchors.fill: parent
color: networkButton.containsMouse ? Colors.tertiary : Qt.alpha(Colors.tertiaryContainer, 0.25)
radius: 6
width: output.width + 16
border.width: 2
border.color: networkButton.containsMouse ? Colors.tertiaryContainer_fg
: Colors.secondaryContainer_fg
Text {
id: output