random white space fix

QtCreator fixes that for me after every edit, I'm getting tired
of manually removing those hunks.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-02-06 13:27:10 -08:00
parent eb410aee55
commit bb123c78fa

View file

@ -155,7 +155,7 @@ Kirigami.ApplicationWindow {
height: rootItem.height height: rootItem.height
rightPadding: 0 rightPadding: 0
enabled: (Backend.cloud_verification_status === Enums.CS_NOCLOUD || enabled: (Backend.cloud_verification_status === Enums.CS_NOCLOUD ||
Backend.cloud_verification_status === Enums.CS_VERIFIED) Backend.cloud_verification_status === Enums.CS_VERIFIED)
topContent: Image { topContent: Image {
source: "qrc:/qml/icons/dive.jpg" source: "qrc:/qml/icons/dive.jpg"
Layout.fillWidth: true Layout.fillWidth: true
@ -659,8 +659,8 @@ if you have network connectivity and want to sync your data to cloud storage."),
manager.appendTextToLog("pageStack forced back to map") manager.appendTextToLog("pageStack forced back to map")
} }
} else if (pageStack.currentItem.objectName !== mapPage.objectName && } else if (pageStack.currentItem.objectName !== mapPage.objectName &&
pageStack.lastItem.objectName === mapPage.objectName && pageStack.lastItem.objectName === mapPage.objectName &&
hackToOpenMap === 1 /* MapSelected */) { hackToOpenMap === 1 /* MapSelected */) {
// if we just picked the mapPage and are suddenly back on a different page // if we just picked the mapPage and are suddenly back on a different page
// force things back to the mapPage // force things back to the mapPage
manager.appendTextToLog("pageStack wrong page, switching back to map") manager.appendTextToLog("pageStack wrong page, switching back to map")