From 94218d9136b8031ca9a5025da36b975c1084ebaa Mon Sep 17 00:00:00 2001 From: Maic Siemering Date: Fri, 26 Jul 2024 18:50:13 +0200 Subject: [PATCH] docs(gui): fix last old style docs --- arcade/gui/widgets/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arcade/gui/widgets/__init__.py b/arcade/gui/widgets/__init__.py index 6d4abb5fd..17cd874b1 100644 --- a/arcade/gui/widgets/__init__.py +++ b/arcade/gui/widgets/__init__.py @@ -523,8 +523,7 @@ class UIInteractiveWidget(UIWidget): size_hint: Tuple of floats (0.0-1.0), how much space of the parent should be requested size_hint_min: min width and height in pixel - size_hint_max: max width and height in pixel:param x: center x - of widget + size_hint_max: max width and height in pixel interaction_buttons: defines, which mouse buttons should trigger the interaction (default: left mouse button) style: not used