Reworked tray and created network boarder
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user