Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -rf2e4eba6e85c5d36537be782926f23cc9dc01037 --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision f2e4eba6e85c5d36537be782926f23cc9dc01037) @@ -177,13 +177,13 @@ anchors.leftMargin : parent. sidesMarginContent anchors.horizontalCenter : parent.horizontalCenter - readonly property int columnWidthProgress : 350 - readonly property int columnWidthFolder : _root.horizontalLayout ? 840 : 420 - readonly property int columnWidthFileName : _root.horizontalLayout ? 685 : 285 // best combination + readonly property int columnWidthProgress : 375 + readonly property int columnWidthFolder : _root.horizontalLayout ? 840 : 725 + readonly property int columnWidthFileName : _root.horizontalLayout ? 685 : 575 // best combination readonly property int columnWidthFileSize : _root.horizontalLayout ? 105 : 105 // best combination Column { id : _progressColumn - property int progressWidth : 125 + property int progressWidth : 170 property int progressHeight : height - _logTypeCombo.height - _logTypeExportButton.height spacing : 10 @@ -267,7 +267,7 @@ height : parent.height / 2 SDCProgressItem { id: _SDC_progressItem - thickness : 2 + thickness : 10 displayInformation : false anchors.fill : parent } @@ -289,7 +289,7 @@ height : parent.height / 2 USBProgressItem { id: _USB_progressItem - thickness : 2 + thickness : 10 displayInformation : false anchors.fill : parent }