Fixed KivyMD dialog padding

This commit is contained in:
Mark Qvist 2022-10-08 23:32:55 +02:00
parent 7df2a69b4b
commit f6b48f0c8b

View File

@ -32,7 +32,7 @@
orientation: "vertical"
size_hint_y: None
height: self.minimum_height
padding: "24dp", "24dp", "8dp", "8dp"
padding: "24dp", "24dp", "16dp", "8dp"
radius: root.radius
md_bg_color:
root.theme_cls.bg_dark \