mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-22 06:29:14 -04:00
Cleanup
This commit is contained in:
parent
6650b1e03c
commit
31adf20d65
5 changed files with 13 additions and 23 deletions
|
@ -429,12 +429,10 @@ 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="auto",
|
||||
width=dp(256),
|
||||
elevation=0,
|
||||
radius=dp(3),
|
||||
)
|
||||
|
||||
def callback_factory(ref):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue