Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -r5687815256ae070a9a207107088e3f72dd464da0 -r5b9ff6266f7ca8ae9bbd5eace92d6454359791db --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 5687815256ae070a9a207107088e3f72dd464da0) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 5b9ff6266f7ca8ae9bbd5eace92d6454359791db) @@ -169,7 +169,7 @@ } Row { id : _contentRect - spacing : Variables.minVGap + spacing : 60 //Variables.minVGap2 anchors.fill : parent anchors.topMargin : parent. topMarginContent - 25 // move 25 up anchors.bottomMargin : parent.bottomMarginContent @@ -178,15 +178,15 @@ 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 columnWidthFileSize : _root.horizontalLayout ? 105 : 105 // best combination + readonly property int columnWidthFolder : _root.horizontalLayout ? 1400 : 700 + readonly property int columnWidthFileName : _root.horizontalLayout ? 1150 : 500 // best combination + readonly property int columnWidthFileSize : _root.horizontalLayout ? 110 : 110 // best combination Column { id : _progressColumn property int progressWidth : 125 property int progressHeight : height - _logTypeCombo.height - _logTypeExportButton.height - spacing : 10 + spacing : 30 width : _contentRect.columnWidthProgress height : parent.height @@ -318,7 +318,7 @@ } Grid { columns : _root.horizontalLayout ? 1 : 2 - spacing : 5 + spacing : 30 width : _contentRect.columnWidthFolder height : parent.height Column { id : _sdcFolderColumn @@ -334,7 +334,7 @@ _sdcFolderModel.nameFilters = _root.typeFilterClr } - spacing : 5 + spacing : 15 width : _contentRect.columnWidthFolder height : _root.horizontalLayout ? parent.height / 2 : parent.height Label { id : _sdcLabel @@ -487,7 +487,7 @@ } } - spacing : 5 + spacing : 15 width : _contentRect.columnWidthFolder height : _root.horizontalLayout ? parent.height / 2 : parent.height Label { id : _usbLabel