Merge PR #470: Remove link in menu logo
This commit is contained in:
commit
0f0cdda221
@ -41,10 +41,6 @@ Drawer {
|
|||||||
sourceSize.width: width
|
sourceSize.width: width
|
||||||
sourceSize.height: height
|
sourceSize.height: height
|
||||||
source: "qrc:/styles/%1/logo.svg".arg(styleController.currentStyle)
|
source: "qrc:/styles/%1/logo.svg".arg(styleController.currentStyle)
|
||||||
MouseArea {
|
|
||||||
anchors.fill: parent
|
|
||||||
onClicked: Qt.openUrlExternally("https://nymea.io")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
|||||||
@ -676,6 +676,8 @@ MainPageTile {
|
|||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.margins: app.margins / 2
|
||||||
|
spacing: app.margins / 2
|
||||||
|
|
||||||
ColorIcon {
|
ColorIcon {
|
||||||
Layout.preferredHeight: app.iconSize
|
Layout.preferredHeight: app.iconSize
|
||||||
|
|||||||
Reference in New Issue
Block a user