mirror of
				https://github.com/liberatedsystems/openCom-Companion.git
				synced 2025-07-08 05:07:21 +02:00 
			
		
		
		
	Fixed incorrect padding
This commit is contained in:
		
							parent
							
								
									bad8060cfa
								
							
						
					
					
						commit
						8209228f04
					
				@ -1058,6 +1058,7 @@ MDNavigationLayout:
 | 
				
			|||||||
        orientation: "horizontal"
 | 
					        orientation: "horizontal"
 | 
				
			||||||
        # spacing: "24dp"
 | 
					        # spacing: "24dp"
 | 
				
			||||||
        size_hint_y: None
 | 
					        size_hint_y: None
 | 
				
			||||||
 | 
					        padding: [0,0,dp(24),0]
 | 
				
			||||||
        height: dp(48)
 | 
					        height: dp(48)
 | 
				
			||||||
        MDLabel:
 | 
					        MDLabel:
 | 
				
			||||||
            id: trusted_switch_label
 | 
					            id: trusted_switch_label
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user