'padding_right': 4,
'padding_top': 2,
'padding_bottom': 2}
- self.title = basic.Label("Ouvrir un chanson", cls="dialog.title.label")
+ self.title = basic.Label("Ouvrir une chanson", cls="dialog.title.label")
self.body = table.Table()
- self.list = area.List(width=700, height=250)
+ self.list = area.List(width=880, height=375)
self.input_dir = input.Input()
self.input_file = input.Input()
self._current_sort = 'alpha'