Added inlineButton for lineEdit and worked on network status progress bar + text

This commit is contained in:
Sander Ferdinand
2017-11-21 22:11:41 +01:00
committed by moneromooo-monero
parent f9e264ca0a
commit e62fab767a
8 changed files with 170 additions and 70 deletions

View File

@@ -127,9 +127,11 @@ Rectangle {
anchors.top: parent.top
anchors.topMargin: 8
anchors.left: parent.left
anchors.leftMargin: 184
anchors.leftMargin: 192
font.bold: true
font.pixelSize: 12
color: "white"
opacity: 0.6
}
// @TODO: implement
@@ -245,7 +247,7 @@ Rectangle {
anchors.bottom: parent.bottom
anchors.top: (isMobile)? parent.top : column1.bottom
anchors.topMargin: (isMobile)? 0 : 32
color: "#1C1C1C"
color: "black"
Flickable {
@@ -572,7 +574,7 @@ Rectangle {
anchors.right: parent.right
anchors.bottom: (progressBar.visible)? progressBar.top : parent.bottom;
connected: Wallet.ConnectionStatus_Disconnected
height: 58 * scaleRatio
height: 40 * scaleRatio
}
ProgressBar {
@@ -590,9 +592,9 @@ Rectangle {
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
height: 35 * scaleRatio
syncType: qsTr("Daemon")
visible: networkStatus.connected
height: 62 * scaleRatio
}
} // menuRect