controlcenter: removed signal strength percentage from network list
This commit is contained in:
parent
a86fde606e
commit
19fb58d249
1 changed files with 0 additions and 6 deletions
|
|
@ -344,12 +344,6 @@ RowLayout {
|
||||||
font.weight: modelData.active ? 500 : 400
|
font.weight: modelData.active ? 500 : 400
|
||||||
}
|
}
|
||||||
|
|
||||||
StyledText {
|
|
||||||
text: qsTr("%1%").arg(modelData.strength)
|
|
||||||
color: Colours.palette.m3outline
|
|
||||||
font.pointSize: Appearance.font.size.small
|
|
||||||
}
|
|
||||||
|
|
||||||
StyledRect {
|
StyledRect {
|
||||||
implicitWidth: implicitHeight
|
implicitWidth: implicitHeight
|
||||||
implicitHeight: wirelessConnectIcon.implicitHeight + Appearance.padding.smaller * 2
|
implicitHeight: wirelessConnectIcon.implicitHeight + Appearance.padding.smaller * 2
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue