Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -r7360f85ae13ee2a460ddfb11bc455203d6edf3ff -rcbe04ec89eb7261a6950871dc89a3eb7f18ce9fc --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 7360f85ae13ee2a460ddfb11bc455203d6edf3ff) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision cbe04ec89eb7261a6950871dc89a3eb7f18ce9fc) @@ -404,16 +404,15 @@ } } - ExportButton { id : _logTypeExportButton + IconButton { id: _exportButton anchors.centerIn: parent - width : 100 - height : Variables.touchRectHeight - radius : Variables.touchRectRadius - border.width : Variables.borderWidth - enabled : _GuiView.usbIsReady && !_GuiView.exportRunning && ! isUpdatePanels - onClicked : doExport() + iconImageSource : "qrc:/images/iExport" + enabled : _GuiView.usbIsReady && !_GuiView.exportRunning && ! isUpdatePanels + isDefault : true + onPressed : doExport() } + Column { id : _usbFolderColumn property string currentTypeFolderApplication : _root.typeFolderApplicationDst @@ -536,7 +535,7 @@ Column { id : _progressColumn property int progressWidth : 170 - property int progressHeight : height - _logTypeCombo.height - _logTypeExportButton.height + property int progressHeight : height - _logTypeCombo.height //- _logTypeExportButton.height spacing : 10 width : _contentRect.columnWidthProgress