Index: sources/gui/qml/BluetoothStatusIndicator.qml =================================================================== diff -u -rd1c6d835c562ff192b6b89cf9962b2f994dacaec -rf3f68de152919f3a016136e7ee123290ed8e5f16 --- sources/gui/qml/BluetoothStatusIndicator.qml (.../BluetoothStatusIndicator.qml) (revision d1c6d835c562ff192b6b89cf9962b2f994dacaec) +++ sources/gui/qml/BluetoothStatusIndicator.qml (.../BluetoothStatusIndicator.qml) (revision f3f68de152919f3a016136e7ee123290ed8e5f16) @@ -42,7 +42,7 @@ enabled : _btStatusRoot.isConnected color : Colors.transparent - width : 30 + width : _GuiView.dryDemoMode ? 40 : 30 height: width radius: width