more useful title of folder selection window

master v1.0.2
Herr L 9 years ago
parent ca1ff65881
commit 95d0065ebb
  1. 2
      ProjectLifer.py

@ -58,7 +58,7 @@ class ProjectLiferFrame(Frame):
options['initialdir'] = 'C:\\' options['initialdir'] = 'C:\\'
options['mustexist'] = False options['mustexist'] = False
options['parent'] = root options['parent'] = root
options['title'] = 'This is a title' options['title'] = 'Ordner auswählen'
self.columnconfigure(0, weight=1) self.columnconfigure(0, weight=1)
self.columnconfigure(1, weight=1) self.columnconfigure(1, weight=1)
self.columnconfigure(2, weight=10) self.columnconfigure(2, weight=10)

Loading…
Cancel
Save