Retouche de l'icône pour MINDs.
[minwii.git] / src / minwii / widgets / songfilebrowser.py
index fcb1c21..2f0120e 100755 (executable)
@@ -65,9 +65,9 @@ class FileOpenDialog(FileDialog):
                     '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'