entry: Set a margin on the grids
Less heavy on the eyes.
This commit is contained in:
		@ -14,6 +14,8 @@ except AttributeError:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
def new_grid(items, set_type):
 | 
					def new_grid(items, set_type):
 | 
				
			||||||
    grid = Gtk.Grid(orientation='vertical', column_spacing=8, row_spacing=8)
 | 
					    grid = Gtk.Grid(orientation='vertical', column_spacing=8, row_spacing=8)
 | 
				
			||||||
 | 
					    grid.props.margin = 6
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    i = 0
 | 
					    i = 0
 | 
				
			||||||
    for text, value in items:
 | 
					    for text, value in items:
 | 
				
			||||||
        l = Gtk.Label(label=text)
 | 
					        l = Gtk.Label(label=text)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user