Commit e2776cf8 authored by Sergey Chupligin's avatar Sergey Chupligin

[StatusBar] fix error with wifi panel width

parent 659bdf70
......@@ -56,7 +56,7 @@ Component {
Repeater {
model: wifimodel
delegate: Item {
width: parent.width
width: wifiPanel.width
height: 40
function getStrengthIndex(strength) {
var strengthIndex = "0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment