Fix icon placement
This commit is contained in:
@@ -251,7 +251,8 @@ Panel {
|
|||||||
|
|
||||||
TailscaleIcon {
|
TailscaleIcon {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
iconSize: Style.space(12)
|
anchors.verticalCenterOffset: -Style.space(1)
|
||||||
|
iconSize: Style.space(12) * 0.85
|
||||||
color: root.iconColor
|
color: root.iconColor
|
||||||
badgeColor: root.urgent
|
badgeColor: root.urgent
|
||||||
crossed: !tailscale.running && !tailscale.needsLogin
|
crossed: !tailscale.running && !tailscale.needsLogin
|
||||||
|
|||||||
Reference in New Issue
Block a user