From 3ae87c8a67ebc5704b66d0a7e085c3a4f58f5e61 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:28:35 +0100 Subject: [PATCH] cheatsheet: make more compact --- .../ii/modules/cheatsheet/Cheatsheet.qml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/cheatsheet/Cheatsheet.qml b/dots/.config/quickshell/ii/modules/cheatsheet/Cheatsheet.qml index 79dc39709..f44efcb3e 100644 --- a/dots/.config/quickshell/ii/modules/cheatsheet/Cheatsheet.qml +++ b/dots/.config/quickshell/ii/modules/cheatsheet/Cheatsheet.qml @@ -75,7 +75,7 @@ Scope { // Scope border.width: 1 border.color: Appearance.colors.colLayer0Border radius: Appearance.rounding.windowRounding - property real padding: 30 + property real padding: 20 implicitWidth: cheatsheetColumnLayout.implicitWidth + padding * 2 implicitHeight: cheatsheetColumnLayout.implicitHeight + padding * 2 @@ -128,18 +128,7 @@ Scope { // Scope ColumnLayout { // Real content id: cheatsheetColumnLayout anchors.centerIn: parent - spacing: 20 - - StyledText { - id: cheatsheetTitle - Layout.alignment: Qt.AlignHCenter - font { - family: Appearance.font.family.title - pixelSize: Appearance.font.pixelSize.title - variableAxes: Appearance.font.variableAxes.title - } - text: Translation.tr("Cheat sheet") - } + spacing: 10 Toolbar { Layout.alignment: Qt.AlignHCenter