mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-01 19:16:10 -04:00
User interface improvements
This commit is contained in:
parent
ad779d1e33
commit
7104e95b30
5 changed files with 51 additions and 9 deletions
|
@ -154,6 +154,7 @@ class Messages():
|
|||
dialog = MDDialog(
|
||||
text="Delete message?",
|
||||
buttons=[ yes_button, no_button ],
|
||||
elevation=0,
|
||||
)
|
||||
def dl_yes(s):
|
||||
dialog.dismiss()
|
||||
|
@ -196,6 +197,8 @@ class Messages():
|
|||
items=dm_items,
|
||||
position="center",
|
||||
width_mult=4,
|
||||
elevation=1,
|
||||
radius=dp(3),
|
||||
)
|
||||
|
||||
def callback_factory(ref):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue