From 4cbcb5acdaf314f248337710278df4f3e276f950 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gilles=20Roudi=C3=A8re?= Date: Fri, 2 Sep 2022 17:59:36 +0200 Subject: Allow SplitContainer to have a grab area larger than its visual grabber --- doc/classes/HSplitContainer.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes/HSplitContainer.xml') diff --git a/doc/classes/HSplitContainer.xml b/doc/classes/HSplitContainer.xml index 8137e26b8c..13915bd762 100644 --- a/doc/classes/HSplitContainer.xml +++ b/doc/classes/HSplitContainer.xml @@ -13,6 +13,9 @@ Boolean value. If 1 ([code]true[/code]), the grabber will hide automatically when it isn't under the cursor. If 0 ([code]false[/code]), it's always visible. + + The minimum thickness of the area users can click on to grab the splitting line. If [theme_item separation] or [theme_item grabber]'s thickness are too small, this ensure that the splitting line can still be dragged. + The space between sides of the container. -- cgit v1.2.3