1
0

small fixes

This commit is contained in:
Sander van Grieken
2022-05-02 18:08:56 +02:00
parent 300e5e2168
commit 2b691c9216
4 changed files with 9 additions and 6 deletions

View File

@@ -81,13 +81,16 @@ Item {
currentIndex: swipeview.currentIndex
TabButton {
text: qsTr('Receive')
font.pixelSize: constants.fontSizeLarge
}
TabButton {
text: qsTr('History')
font.pixelSize: constants.fontSizeLarge
}
TabButton {
enabled: !Daemon.currentWallet.isWatchOnly
text: qsTr('Send')
font.pixelSize: constants.fontSizeLarge
}
Component.onCompleted: tabbar.setCurrentIndex(1)
}