diff --git a/Modules/Panels/Bluetooth/BluetoothPanel.qml b/Modules/Panels/Bluetooth/BluetoothPanel.qml index b1b8adc7..b74bc391 100644 --- a/Modules/Panels/Bluetooth/BluetoothPanel.qml +++ b/Modules/Panels/Bluetooth/BluetoothPanel.qml @@ -95,7 +95,7 @@ SmartPanel { Item { Layout.fillHeight: true } - + NIcon { icon: "bluetooth-off" pointSize: 48 @@ -118,7 +118,7 @@ SmartPanel { Layout.fillWidth: true wrapMode: Text.WordWrap } - + Item { Layout.fillHeight: true } diff --git a/Modules/Panels/WiFi/WiFiPanel.qml b/Modules/Panels/WiFi/WiFiPanel.qml index c5e8feea..76d6428c 100644 --- a/Modules/Panels/WiFi/WiFiPanel.qml +++ b/Modules/Panels/WiFi/WiFiPanel.qml @@ -591,4 +591,4 @@ SmartPanel { } } } -} \ No newline at end of file +}