mirror of
https://github.com/markqvist/Sideband.git
synced 2024-10-01 03:15:37 -04:00
Fixed KivyMD dialog padding
This commit is contained in:
parent
7df2a69b4b
commit
f6b48f0c8b
@ -32,7 +32,7 @@
|
|||||||
orientation: "vertical"
|
orientation: "vertical"
|
||||||
size_hint_y: None
|
size_hint_y: None
|
||||||
height: self.minimum_height
|
height: self.minimum_height
|
||||||
padding: "24dp", "24dp", "8dp", "8dp"
|
padding: "24dp", "24dp", "16dp", "8dp"
|
||||||
radius: root.radius
|
radius: root.radius
|
||||||
md_bg_color:
|
md_bg_color:
|
||||||
root.theme_cls.bg_dark \
|
root.theme_cls.bg_dark \
|
||||||
|
Loading…
Reference in New Issue
Block a user