Browse Source

Add Paradigm Title

master
Igor Beloschapkin 3 years ago
parent
commit
20f099c5d8
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      app.py

+ 5
- 0
app.py View File

@@ -52,6 +52,11 @@ class App:
frame = Frame(master)
frame.pack()

# label generation
self.Lparadigm = Label(frame, text = self.paradigmText + ' BCI', height = 4, width = 20)
self.Lparadigm['font'] = tkFont.Font(family='Helvetica', size=16, weight='bold')
self.Lparadigm.pack()

# button generation
if self.paradigmText == 'Tactile':
self.Bfilter = makeBtn(self, "1. Filter", "lightyellow", self.btn_filter, TOP)

Loading…
Cancel
Save