diff options
-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 |