Changeset - c5a79314afdf
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 20 years ago 2005-06-05 07:03:32
drewp@bigasterisk.com
bigger asco window
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/ascoltami
Show inline comments
 
@@ -319,13 +319,13 @@ parser=OptionParser()
 
if len(songfiles)<1:
 
    songfiles = [f for f in os.listdir(showconfig.musicDir())
 
                 if f.endswith('wav')]
 

	
 
root=tk.Tk()
 
root.wm_title("ascoltami")
 
root.wm_geometry("+263+0")
 
root.wm_geometry("+1270+440")
 
root.config(bg="black")
 
player=Player(None,None)
 

	
 
songlist = buildsonglist(root,songfiles,player)
 
songlist.pack(fill='both',exp=1)
 

	
0 comments (0 inline, 0 general)