From 4e117ce2d157a22a92b1315f06d032c6cfc56187 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Tue, 13 May 2025 20:58:51 -0700 Subject: [PATCH] use implicit size for windows in guide pages --- src/pages/docs/configuration/intro.mdx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pages/docs/configuration/intro.mdx b/src/pages/docs/configuration/intro.mdx index e8925ba..af7d740 100644 --- a/src/pages/docs/configuration/intro.mdx +++ b/src/pages/docs/configuration/intro.mdx @@ -94,7 +94,7 @@ import QtQuick // for Text right: true } - height: 30 + implicitHeight: 30 @@QtQuick.Text { // center the bar in its parent component (the window) @@ -141,7 +141,7 @@ import QtQuick right: true } - height: 30 + implicitHeight: 30 @@QtQuick.Text { // give the text an ID we can refer to elsewhere in the file @@ -188,7 +188,7 @@ import QtQuick right: true } - height: 30 + implicitHeight: 30 @@QtQuick.Text { id: clock @@ -271,7 +271,7 @@ import QtQuick right: true } - height: 30 + implicitHeight: 30 @@QtQuick.Text { id: clock @@ -337,7 +337,7 @@ import QtQuick right: true } - height: 30 + implicitHeight: 30 @@QtQuick.Text { id: clock @@ -417,7 +417,7 @@ import QtQuick right: true } - height: 30 + implicitHeight: 30 @@QtQuick.Text { // remove the id as we don't need it anymore @@ -489,7 +489,7 @@ import QtQuick right: true } - height: 30 + implicitHeight: 30 @@QtQuick.Text { anchors.centerIn: parent @@ -556,7 +556,7 @@ import QtQuick right: true } - height: 30 + implicitHeight: 30 @@QtQuick.Text { anchors.centerIn: parent @@ -635,7 +635,7 @@ import QtQuick right: true } - height: 30 + implicitHeight: 30 // the ClockWidget type we just created ClockWidget { @@ -717,7 +717,7 @@ import Quickshell right: true } - height: 30 + implicitHeight: 30 ClockWidget { anchors.centerIn: parent @@ -799,7 +799,7 @@ import Quickshell right: true } - height: 30 + implicitHeight: 30 ClockWidget { anchors.centerIn: parent