summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-05 20:54:59 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-02-05 20:54:59 +0800
commit5df5faf5cae1f2d5c889ef51237051fb5d35ece8 (patch)
tree9df3a0bc4381ec469f780d83357287751724b92e /main.qml
parentf5159c9d698e5b0d7c4b40ec2076a46d89c972e8 (diff)
Home tab bar as designed
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index c4bb7df..d010491 100644
--- a/main.qml
+++ b/main.qml
@@ -7,7 +7,10 @@ ApplicationWindow {
signal ticketHistoryList(int id, bool longFormat)
signal ticketNew(string queue, string requestor)
function pushHome() {
- pageView.push("Home.qml")
+ pageView.push("Home.qml", {
+ "width": window.width,
+ "height": window.height
+ })
}
function pushTicketHistory() {
pageView.push("TicketHistory.qml")