diff --git a/brmbar3/brmbar-gui-qt4/MainPage.qml b/brmbar3/brmbar-gui-qt4/MainPage.qml index 063bdc8..5c6b5b1 100644 --- a/brmbar3/brmbar-gui-qt4/MainPage.qml +++ b/brmbar3/brmbar-gui-qt4/MainPage.qml @@ -26,18 +26,8 @@ Item { } BarButton { - id: withdraw x: 65 - y: 430 - width: 360 - text: "Select Item" - fontSize: 0.768 * 60 - btnColor: "#666666" - } - - BarButton { - x: 599 - y: 430 + y: 582 width: 360 text: "Charge" onButtonClick: { @@ -45,17 +35,6 @@ Item { } } - BarButton { - id: select_item - x: 65 - y: 582 - width: 360 - text: "Receipt" - onButtonClick: { - loadPage("Receipt") - } - } - BarButton { id: management x: 599 diff --git a/brmbar3/brmbar-gui-qt4/Management.qml b/brmbar3/brmbar-gui-qt4/Management.qml index 80f728d..e316ca0 100644 --- a/brmbar3/brmbar-gui-qt4/Management.qml +++ b/brmbar3/brmbar-gui-qt4/Management.qml @@ -137,6 +137,17 @@ Item { } } + BarButton { + id: select_item + x: 65 + y: 582 + width: 360 + text: "Receipt" + onButtonClick: { + loadPage("Receipt") + } + } + BarButton { id: cancel x: 599