Skip to content

Commit 7fd5cbe

Browse files
Improved user-guide.md
1 parent faf24cd commit 7fd5cbe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/user-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -860,12 +860,12 @@ undock.
860860
You can use a combination of the following feature flags to define which features
861861
shall get locked:
862862
863-
- CDockWidget::DockWidgetClosable
864-
- CDockWidget::DockWidgetMovable
865-
- CDockWidget::DockWidgetFloatable
866-
- CDockWidget::DockWidgetPinable
863+
- `CDockWidget::DockWidgetClosable`
864+
- `CDockWidget::DockWidgetMovable`
865+
- `CDockWidget::DockWidgetFloatable`
866+
- `CDockWidget::DockWidgetPinable`
867867
868-
To clear the locked features, you can use CDockWidget::NoDockWidgetFeatures
868+
To clear the locked features, you can use `CDockWidget::NoDockWidgetFeatures`
869869
The following code shows how to lock and unlock all dock widget features
870870
globally.
871871

0 commit comments

Comments
 (0)