mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-09-19 00:08:51 -07:00
Kivy: Add a button prompt box (#3470)
* Kivy: Add a button prompt box * auto format the buttons to display 2 per row to look nicer * update to kivymd * have the uri popup use the new API * have messenger use the new API * make the buttonprompt import even more lazy * messenger needs to be lazy too * make the buttons take up the full dialog width --------- Co-authored-by: NewSoupVi <[email protected]>
This commit is contained in:
co-authored by
NewSoupVi
parent
90ee9ffe36
commit
d3dbdb4491
@@ -222,3 +222,8 @@
|
||||
spacing: 10
|
||||
size_hint_y: None
|
||||
height: self.minimum_height
|
||||
<MessageBoxLabel>:
|
||||
valign: "middle"
|
||||
halign: "center"
|
||||
text_size: self.width, None
|
||||
height: self.texture_size[1]
|
||||
|
||||
Reference in New Issue
Block a user