Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/part-2-quickshell/what-quickshell-adds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down