From ac299f40f488d42988d0e8f3c4f99aa6e7b2df74 Mon Sep 17 00:00:00 2001 From: Camilo Higuita Date: Sat, 15 Apr 2023 17:42:47 -0500 Subject: [PATCH] slimmer titlebar --- src/qml/chrome/TitleBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/chrome/TitleBar.qml b/src/qml/chrome/TitleBar.qml index e3f3f1f..7481efd 100644 --- a/src/qml/chrome/TitleBar.qml +++ b/src/qml/chrome/TitleBar.qml @@ -14,7 +14,7 @@ Control implicitHeight: _content.implicitHeight + topPadding + bottomPadding - padding: Maui.Style.space.medium + padding: 0 background: null // font.bold: true