Encore un agrandissement de l'interface utilisateur.
[minwii.git] / src / minwii / widgets / songfilebrowser.py
index aa34c65..2f0120e 100755 (executable)
@@ -67,7 +67,7 @@ class FileOpenDialog(FileDialog):
                     'padding_bottom': 2}
         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'