diff options
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index a1c31e4c..3c55ba5e 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -84,7 +84,7 @@ Rectangle { menuColumn.previousButton.checked = true } - width: (isMobile)? appWindow.width : 300 + width: 300 color: "transparent" anchors.bottom: parent.bottom anchors.top: parent.top @@ -390,7 +390,6 @@ Rectangle { } MoneroComponents.Label { - visible: !isMobile id: balanceLabel text: qsTr("Balance") + translationManager.emptyString color: "white" @@ -418,7 +417,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right anchors.bottom: parent.bottom - anchors.top: (isMobile)? parent.top : column1.bottom + anchors.top: column1.bottom color: "transparent" Flickable { |
