mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-07 22:12:13 -04:00
Updated KivyMD
This commit is contained in:
parent
9cf33ec050
commit
4b619f385d
98 changed files with 6018 additions and 3706 deletions
|
@ -781,7 +781,7 @@ class MDDropdownMenu(ThemableBehavior, FloatLayout):
|
|||
and defaults to `'[dp(7)]'`.
|
||||
"""
|
||||
|
||||
elevation = NumericProperty(10)
|
||||
elevation = NumericProperty(4)
|
||||
"""
|
||||
Elevation value of menu dialog.
|
||||
|
||||
|
@ -790,7 +790,7 @@ class MDDropdownMenu(ThemableBehavior, FloatLayout):
|
|||
.. code-block:: python
|
||||
|
||||
self.menu = MDDropdownMenu(
|
||||
elevation=16,
|
||||
elevation=4,
|
||||
...,
|
||||
)
|
||||
|
||||
|
@ -798,7 +798,7 @@ class MDDropdownMenu(ThemableBehavior, FloatLayout):
|
|||
:align: center
|
||||
|
||||
:attr:`elevation` is an :class:`~kivy.properties.NumericProperty`
|
||||
and defaults to `10`.
|
||||
and defaults to `4`.
|
||||
"""
|
||||
|
||||
_start_coords = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue