From dbca6d79cfea901f787c54416021a8776a178360 Mon Sep 17 00:00:00 2001 From: nmiglio Date: Fri, 8 Oct 2021 19:40:57 +0200 Subject: [PATCH] Update DockWidget.h (#364) --- src/DockWidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DockWidget.h b/src/DockWidget.h index 4d2328e..bc36a90 100644 --- a/src/DockWidget.h +++ b/src/DockWidget.h @@ -254,7 +254,7 @@ public: /** * Sets the widget for the dock widget to widget. * The InsertMode defines how the widget is inserted into the dock widget. - * The content of a dock widget should be resizable do a very small size to + * The content of a dock widget should be resizable to a very small size to * prevent the dock widget from blocking the resizing. To ensure, that a * dock widget can be resized very well, it is better to insert the content+ * widget into a scroll area or to provide a widget that is already a scroll