cleanup: trailing whitespace

This commit is contained in:
ATMDA 2025-11-13 14:12:34 -05:00
parent 2ebdba6cc4
commit e9113a1710
11 changed files with 11 additions and 93 deletions

View file

@ -345,6 +345,4 @@ RowLayout {
leftThickness: Appearance.padding.normal / 2
}
}
}
}

View file

@ -110,28 +110,4 @@ Item {
}
}
}
}

View file

@ -166,25 +166,4 @@ ColumnLayout {
implicitHeight: rowLayout.implicitHeight + Appearance.padding.normal * 2
}
}
}
}

View file

@ -145,12 +145,4 @@ RowLayout {
duration: Appearance.anim.durations.normal / 2
easing.type: Easing.BezierSpline
}
}
}

View file

@ -81,25 +81,4 @@ ColumnLayout {
}
}
}
}
}

View file

@ -49,5 +49,4 @@ StyledRect {
}
signal clicked
}
}

View file

@ -207,5 +207,4 @@ Item {
Network.connectToNetwork(root.network.ssid, "", root.network.bssid, null);
}
}
}
}

View file

@ -253,5 +253,4 @@ ColumnLayout {
Network.connectToNetwork(network.ssid, "", network.bssid, null);
}
}
}
}

View file

@ -151,5 +151,4 @@ RowLayout {
duration: Appearance.anim.durations.normal / 2
easing.type: Easing.BezierSpline
}
}
}

View file

@ -320,5 +320,4 @@ Item {
connectionMonitor.stop();
Network.clearConnectionStatus();
}
}
}

View file

@ -78,5 +78,4 @@ ColumnLayout {
value: Network.active ? qsTr("%1 MHz").arg(Network.active.frequency) : qsTr("N/A")
}
}
}
}