We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e5643 commit 90b1ceaCopy full SHA for 90b1cea
kivy/uix/scatter.py
@@ -12,8 +12,8 @@
12
properties. That specific behavior makes the scatter unique, but there are some
13
advantages / constraints that you should consider:
14
15
-#. The children are positioned relative to the scatter similar to a
16
- RelativeLayout (see :mod:`~kivy.uix.relativelayout`). So when dragging the
+#. The children are positioned relative to the scatter similarly to a
+ :mod:`~kivy.uix.relativelayout.RelativeLayout`. So when dragging the
17
scatter, the position of the children don't change, only the position of
18
the scatter does.
19
#. The scatter size has no impact on the size of it's children.
0 commit comments