diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-05 20:54:59 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-02-05 20:54:59 +0800 |
| commit | 5df5faf5cae1f2d5c889ef51237051fb5d35ece8 (patch) | |
| tree | 9df3a0bc4381ec469f780d83357287751724b92e /main.qml | |
| parent | f5159c9d698e5b0d7c4b40ec2076a46d89c972e8 (diff) | |
Home tab bar as designed
Diffstat (limited to 'main.qml')
| -rw-r--r-- | main.qml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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") |