small fixes
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user