Browse Source

Remove Grid configure

master
Igor Beloschapkin 3 years ago
parent
commit
9df1784cc7
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      app.py

+ 0
- 3
app.py View File

@@ -57,9 +57,6 @@ class PythonBCIgui:
self.BtacCopyNested = makeBtn(self, "Freies Buchstabieren:\nKategorien", "lightyellow", self.btn_tacCopyNested)
self.BvisCopy = makeBtn(self, "Freies Buchstabieren", "lightblue", self.btn_visCopy)


frame.rowconfigure((0,1), weight=1) # make buttons stretch when # TODO Remove
frame.columnconfigure((0,2), weight=1) # when window is resized
# TODO Hilfestellung nach jedem Button aufploppen lassen:
# Was tun? Wo klicken? Welche File wo laden?


Loading…
Cancel
Save