diff --git a/doc/user-guide.md b/doc/user-guide.md index 6000ecd..45a6da2 100644 --- a/doc/user-guide.md +++ b/doc/user-guide.md @@ -493,12 +493,12 @@ auto* CentralDockArea = DockManager->setCentralWidget(CentralDockWidget); See the `centralwidget` example to learn how it works. -
-The central widget needs to be the first dock widget that is added to the -dock manager. The function does not work and returns a nullptr if there -are already other dock widgets registered. So setCentralWidget should be -the first function when adding dock widgets. -
+> ##### Note +> The central widget needs to be the first dock widget that is added to the +> dock manager. The function does not work and returns a `nullptr` if there +> are already other dock widgets registered. So `setCentralWidget` should be +> the first function that you call when adding dock widgets. + ## Styling