Index: sources/gui/qml/WifiStatusIndicator.qml =================================================================== diff -u -r102640041f1be0adddc38c6c2262484276772792 -rf3f68de152919f3a016136e7ee123290ed8e5f16 --- sources/gui/qml/WifiStatusIndicator.qml (.../WifiStatusIndicator.qml) (revision 102640041f1be0adddc38c6c2262484276772792) +++ sources/gui/qml/WifiStatusIndicator.qml (.../WifiStatusIndicator.qml) (revision f3f68de152919f3a016136e7ee123290ed8e5f16) @@ -41,7 +41,7 @@ enabled : _wifiStatusRoot.isConnected color : Colors.transparent - width : 30 + width : _GuiView.dryDemoMode ? 40 : 30 height: width radius: width