diff --git a/docs/part-2-quickshell/what-quickshell-adds.md b/docs/part-2-quickshell/what-quickshell-adds.md index 42acdbe..0a38f58 100644 --- a/docs/part-2-quickshell/what-quickshell-adds.md +++ b/docs/part-2-quickshell/what-quickshell-adds.md @@ -63,12 +63,13 @@ The simplest possible shell is a single panel window sitting at the top of the s ```qml import Quickshell +import QtQuick ShellRoot { PanelWindow { - anchors.top = true - anchors.left = true - anchors.right = true + anchors.top: true + anchors.left: true + anchors.right: true height: 48 color: "#1e1e2e"