Index: sources/gui/qml/pages/settings/SettingsExportLogs.qml =================================================================== diff -u -r80e196a153549a10b01ddc52fdd3c4f09d215da6 -r320972a712c31e94413056591634859b4b3d564e --- sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 80e196a153549a10b01ddc52fdd3c4f09d215da6) +++ sources/gui/qml/pages/settings/SettingsExportLogs.qml (.../SettingsExportLogs.qml) (revision 320972a712c31e94413056591634859b4b3d564e) @@ -85,8 +85,11 @@ confirmVisible : false backEnabled : ! _GuiView.exportRunning - notificationMargin : Variables.defaultMargin * 2 - notificationFontSize : Fonts.fontPixelStepNormal + notificationAnchor { + bottom : _root.bottom + bottomMargin : 90 + verticalCenter : undefined + } function refreshModels() { _usbFolderColumn.clearModel() @@ -246,7 +249,7 @@ anchors.left : parent.left width : _contentRect.columnWidthFolder - height : parent.height - ( Variables.notificationHeight + Variables.defaultMargin ) + height : parent.height - ( Variables.notificationHeight + Variables.defaultMargin * 4) // FIXME: there has to be a View for this, and the timer should be removed and an event driven signal should be implemented there. function updateModel() { @@ -431,7 +434,7 @@ anchors.right : parent.right width : _contentRect.columnWidthFolder - height : parent.height - ( Variables.notificationHeight + Variables.defaultMargin ) + height : parent.height - ( Variables.notificationHeight + Variables.defaultMargin * 4) // FIXME: there has to be a View for this, and the timer should be removed and an event driven signal should be implemented there. function updateModel() { @@ -516,7 +519,7 @@ rightMargin : Variables.defaultMargin } - color : _GuiView.exportRunning ? Colors.borderButtonSelected : Colors.transparent + color : _GuiView.exportRunning ? Colors.progressGreen : Colors.transparent bgColor : Colors.transparent width : parent.width height : parent.height