diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-13 19:04:52 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-13 19:04:52 +0800 |
commit | 896960e9a507c671f685b0536a10d7dc554c9451 (patch) | |
tree | ae1682a2aa70636824e09033f84c81af81dcce80 | |
parent | 11a4c3afa5df49ac4bbd5f4baa614bcc4b2bddb7 (diff) |
Set tool bar & button background to white
-rw-r--r-- | HeaderToolBar.qml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/HeaderToolBar.qml b/HeaderToolBar.qml index cd8189c..761a16a 100644 --- a/HeaderToolBar.qml +++ b/HeaderToolBar.qml @@ -14,6 +14,10 @@ ToolBar { || Qt.platform.os == "unix" || Qt.platform.os == "windows" + background: Rectangle { + implicitHeight: 64 + } + FontLoader { id: roboto name: "Roboto" @@ -27,6 +31,10 @@ ToolBar { icon.source: "https://eduport.webestica.com/assets/images/avatar/01.jpg" icon.color: "transparent" onClicked: optionsMenu.open() + background: Rectangle { + implicitHeight: 64 + } + Menu { id: optionsMenu y: parent.height |