fix changes
This commit is contained in:
parent
838abd4625
commit
eee80a907d
Binary file not shown.
BIN
Masterarbeit/UIModellTaktil.pyc
Normal file
BIN
Masterarbeit/UIModellTaktil.pyc
Normal file
Binary file not shown.
BIN
Masterarbeit/UIModellVisuell.pyc
Normal file
BIN
Masterarbeit/UIModellVisuell.pyc
Normal file
Binary file not shown.
@ -3,7 +3,7 @@ try:
|
||||
except ImportError:
|
||||
from tkinter import *
|
||||
|
||||
from tkinter import font
|
||||
#from tkinter import font
|
||||
from UIController import *
|
||||
|
||||
|
||||
@ -63,7 +63,7 @@ class View(Tk):
|
||||
def createTopFrame(self):
|
||||
self.topFrame = Frame(self, bg=self.layout["backgroundBar"], height=50, width=500)
|
||||
self.changeBtn = Button(self.topFrame, text="Wechsel zu taktilen BCI", command=lambda: self.controller.actionPerformed("wechsel"), height=2, width = 25, font=self.layout["fontSmall"], bg=self.layout["backgroundBtn"], fg=self.layout["fontColor"])
|
||||
self.saveBtn = Button(self.topFrame, text="Änderung des Speicherorts", command=lambda: self.controller.actionPerformed("speicherort"), height=2, width = 25, font=self.layout["fontSmall"], bg=self.layout["backgroundBtn"], fg=self.layout["fontColor"])
|
||||
self.saveBtn = Button(self.topFrame, text="Aenderung des Speicherorts", command=lambda: self.controller.actionPerformed("speicherort"), height=2, width = 25, font=self.layout["fontSmall"], bg=self.layout["backgroundBtn"], fg=self.layout["fontColor"])
|
||||
self.toplabel = Label(self.topFrame, text="visuelles Buchstabieren", font=self.layout["font"], bg=self.layout["backgroundBar"], fg=self.layout["fontColor"], )
|
||||
|
||||
self.topFrame.grid(column=0, row=0)
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user