diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-29 08:35:52 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-29 08:35:52 +0800 |
commit | 72ce71d077422c56d5f90f48f7e7054dd3322d66 (patch) | |
tree | 568bc9651eaca8ade9babb79aadc22a122d57756 | |
parent | 0010cbdf93b0b4c050d544ac30d6a44e6a06c023 (diff) |
Tidy up a bit
-rw-r--r-- | Header.ui.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Header.ui.qml b/Header.ui.qml index c6894aa..bf76de1 100644 --- a/Header.ui.qml +++ b/Header.ui.qml @@ -255,8 +255,7 @@ ToolBar { implicitHeight: mode.height + 16 Rectangle { - implicitHeight: mode.height - + 8 + implicitHeight: mode.height + 8 color: Eduport.bsLight radius: Eduport.bsBorderRadius anchors { |