diff --git a/flake.lock b/flake.lock index 55847e7..bbca79c 100644 --- a/flake.lock +++ b/flake.lock @@ -23,11 +23,11 @@ ] }, "locked": { - "lastModified": 1741766016, - "narHash": "sha256-2Xgl+wa+T+58StwwFQT4S1LKR7Sn0hFTqyIzrBJo9Os=", + "lastModified": 1747193493, + "narHash": "sha256-wY2f9H2d638zGz8bQUxHtybSFDbp8mtwXF7ycdpv+a4=", "ref": "refs/heads/master", - "rev": "7bab2fdc0f1196e4a38882135439a8498ffc25b5", - "revCount": 489, + "rev": "baa9e5e07489ae027557f2ab4489d94c2739ef6b", + "revCount": 514, "type": "git", "url": "https://git.outfoxxed.me/quickshell/quickshell" }, @@ -44,11 +44,11 @@ "quickshell": "quickshell" }, "locked": { - "lastModified": 1741766688, - "narHash": "sha256-d7S33RTY8OltDbU6A/mE5OUrDiI4ZegvQ0PkRwJ4c+I=", + "lastModified": 1747195325, + "narHash": "sha256-yQ2q0qN9+wwrD8vaa05c4qzQV2T/8kJWnIMxjYX+2E0=", "ref": "refs/heads/master", - "rev": "ab50ba48d7f97ec5fec6b083a2048ccc009dfde2", - "revCount": 98, + "rev": "2cea52181ea9da3d2d48bee254bcf9ee40341469", + "revCount": 99, "type": "git", "url": "https://git.outfoxxed.me/quickshell/quickshell-docs" }, 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