fix: fixed first window example in config::configuration.md

This commit is contained in:
Byson94
2025-08-06 22:02:14 +05:30
parent 365ce6b315
commit da05f2ef9c

View File

@@ -40,7 +40,7 @@ enter([ // Add all defwindow inside enter. Enter is the root of the config.
anchor: "top center"
},
reserve: #{ distance: "40px" side: "top" }
}, root_widget())
}, label(#{ text: "example content" }))
])
```