projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Agrandissement de la taille de la liste des chansons.
[minwii.git]
/
src
/
minwii
/
widgets
/
songfilebrowser.py
diff --git
a/src/minwii/widgets/songfilebrowser.py
b/src/minwii/widgets/songfilebrowser.py
index
e4ecf1b
..
cfee85b
100755
(executable)
--- a/
src/minwii/widgets/songfilebrowser.py
+++ b/
src/minwii/widgets/songfilebrowser.py
@@
-24,6
+24,8
@@
class FileOpenDialog(FileDialog):
button_txt="Ouvrir",
path=path,
)
+ self.list.style.width = 700
+ self.list.style.height = 250
def _list_dir_(self):
self.input_dir.value = self.curdir