mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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
|
id: strengthLoader
|
||||||
height: parent.height
|
height: parent.height
|
||||||
width: item ? item.width : 0
|
width: item ? item.width : 0
|
||||||
source: Qt.resolvedUrl("SignalStrength.qml")
|
source: Qt.resolvedUrl("indicators/SignalStrength.qml")
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
|
|
@ -245,6 +245,8 @@ PlasmaCore.ColorScope {
|
||||||
property var applet
|
property var applet
|
||||||
implicitHeight: applet ? applet.fullRepresentationItem.Layout.maximumHeight : 0
|
implicitHeight: applet ? applet.fullRepresentationItem.Layout.maximumHeight : 0
|
||||||
property int minimumHeight: applet ? applet.fullRepresentationItem.Layout.minimumHeight : 0
|
property int minimumHeight: applet ? applet.fullRepresentationItem.Layout.minimumHeight : 0
|
||||||
|
|
||||||
|
//TODO implicitHeight: applet ? applet.switchHeight : 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue