mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Updated build system for Kivy 2.2.1
This commit is contained in:
parent
23e6b6e0c6
commit
67a8f61af8
126 changed files with 9967 additions and 4279 deletions
|
@ -429,12 +429,12 @@ class Messages():
|
|||
item.dmenu = MDDropdownMenu(
|
||||
caller=item.ids.msg_submenu,
|
||||
items=dm_items,
|
||||
position="center",
|
||||
width_mult=4,
|
||||
elevation=1,
|
||||
radius=dp(3),
|
||||
opening_transition="linear",
|
||||
opening_time=0.0,
|
||||
#position="center",
|
||||
#width_mult=4,
|
||||
#elevation=1,
|
||||
#radius=dp(3),
|
||||
#opening_transition="linear",
|
||||
#opening_time=0.0,
|
||||
)
|
||||
|
||||
def callback_factory(ref):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue