Index: denali.pro.user =================================================================== diff -u -rf68b226e67eb500758ee94fe015df48931240013 -r401e8c60c227cc7896db119b95f0a30005c3e063 --- denali.pro.user (.../denali.pro.user) (revision f68b226e67eb500758ee94fe015df48931240013) +++ denali.pro.user (.../denali.pro.user) (revision 401e8c60c227cc7896db119b95f0a30005c3e063) @@ -1,14 +1,14 @@ - + EnvironmentId {ddf40c78-6189-40d0-9901-6a46fe7d9735} ProjectExplorer.Project.ActiveTarget - 1 + 0 ProjectExplorer.Project.EditorSettings 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