mirror of
				https://github.com/liberatedsystems/Sideband_CE.git
				synced 2024-09-03 04:13:27 +02: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user