Add missing collateral changes for Transfer

This commit is contained in:
Petr Baudis 2015-12-13 16:10:03 +01:00 committed by brmbar
parent 5c84bd6a8f
commit 099d775102
3 changed files with 22 additions and 3 deletions

View file

@ -33,6 +33,16 @@ Item {
}
}
BarButton {
x: 450
y: 838
width: 360
text: "Transfer"
onButtonClick: {
loadPage("Transfer")
}
}
BarButton {
id: management
x: 855
@ -50,7 +60,4 @@ Item {
width: 1150
text: "* Mroze a Termixy najdes v lednici *"
}
}