Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -rf68b226e67eb500758ee94fe015df48931240013 -r401e8c60c227cc7896db119b95f0a30005c3e063 --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision f68b226e67eb500758ee94fe015df48931240013) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 401e8c60c227cc7896db119b95f0a30005c3e063) @@ -382,7 +382,7 @@ marker.visible : false maximum : 100 // percent value : maximum - exportPercent - width : _sdcFileDelegate.width + width : _sdcFolderView.width height : 40 bgColor : Colors.transparent color : inExportList ? Colors.borderButtonSelected : Colors.transparent @@ -485,7 +485,7 @@ } Component { id : _usbFileDelegate Row { id : _usbFileRow - width : _usbFileDelegate.width + width : _usbFolderView.width height : 40 Text { id : _usbFileNameText clip : true