diff options
Diffstat (limited to 'Header.ui.qml')
| -rw-r--r-- | Header.ui.qml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Header.ui.qml b/Header.ui.qml index 2d4e447..a4e6e49 100644 --- a/Header.ui.qml +++ b/Header.ui.qml @@ -176,6 +176,23 @@ ToolBar { .fillWidth: true } + + Button { + Layout.alignment: Qt.AlignTop + contentItem: Image { + source: "Bootstrap/icons/x.svg" + + ColorOverlay { + color: Eduport.bsGray600 + source: parent + anchors.fill: parent + } + } + background: Rectangle { + color: "transparent" + implicitWidth: 13 + } + } } ComboBox { |