From e03674fd4b1c332ca52a2dee62a7434a23385eec Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Mon, 11 Jan 2021 13:50:47 +0100 Subject: [PATCH] Fixed a typo in user-guide.md --- doc/user-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user-guide.md b/doc/user-guide.md index 90dd3ee..1da6ef3 100644 --- a/doc/user-guide.md +++ b/doc/user-guide.md @@ -515,7 +515,7 @@ This permanently hides the tab widget of this area and removes it from the tab menu. For this special dock widget you should also disable all other features (movable, closable and floatable) to prevent closing and moving of this widget. If you use the `CDockManager::setCentralWidget` function like in the example -code below, the you do not need to disable these features because this is done +code below, then you don't need to disable these features because this is done in the `setCentralWidget` function. ```c++