|
|
|
|
@ -134,7 +134,6 @@ ApplicationWindow
|
|
|
|
|
font.pixelSize: constants.fontSizeMedium |
|
|
|
|
font.bold: true |
|
|
|
|
MouseArea { |
|
|
|
|
// height: toolbarTopLayout.height |
|
|
|
|
anchors.fill: parent |
|
|
|
|
onClicked: { |
|
|
|
|
stack.getRoot().menu.open() |
|
|
|
|
@ -143,6 +142,24 @@ ApplicationWindow
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Item { |
|
|
|
|
implicitHeight: 48 |
|
|
|
|
implicitWidth: statusIconsLayout.width |
|
|
|
|
|
|
|
|
|
MouseArea { |
|
|
|
|
anchors.fill: parent |
|
|
|
|
onClicked: openAppMenu() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
RowLayout { |
|
|
|
|
id: statusIconsLayout |
|
|
|
|
anchors.verticalCenter: parent.verticalCenter |
|
|
|
|
|
|
|
|
|
Item { |
|
|
|
|
Layout.preferredWidth: constants.paddingLarge |
|
|
|
|
Layout.preferredHeight: 1 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Item { |
|
|
|
|
visible: Network.isTestNet |
|
|
|
|
width: column.width |
|
|
|
|
@ -175,17 +192,8 @@ ApplicationWindow
|
|
|
|
|
scale: 1.5 |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
LightningNetworkStatusIndicator { |
|
|
|
|
MouseArea { |
|
|
|
|
anchors.fill: parent |
|
|
|
|
onClicked: openAppMenu() |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
OnchainNetworkStatusIndicator { |
|
|
|
|
MouseArea { |
|
|
|
|
anchors.fill: parent |
|
|
|
|
onClicked: openAppMenu() |
|
|
|
|
LightningNetworkStatusIndicator {} |
|
|
|
|
OnchainNetworkStatusIndicator {} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|