mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
move signal strength in indicators
This commit is contained in:
parent
851d17a03d
commit
69c0edd704
2 changed files with 3 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ PlasmaCore.ColorScope {
|
|||
id: strengthLoader
|
||||
height: parent.height
|
||||
width: item ? item.width : 0
|
||||
source: Qt.resolvedUrl("SignalStrength.qml")
|
||||
source: Qt.resolvedUrl("indicators/SignalStrength.qml")
|
||||
}
|
||||
|
||||
Row {
|
||||
|
|
@ -245,6 +245,8 @@ PlasmaCore.ColorScope {
|
|||
property var applet
|
||||
implicitHeight: applet ? applet.fullRepresentationItem.Layout.maximumHeight : 0
|
||||
property int minimumHeight: applet ? applet.fullRepresentationItem.Layout.minimumHeight : 0
|
||||
|
||||
//TODO implicitHeight: applet ? applet.switchHeight : 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue