Fullscreen eingestellt.
This commit is contained in:
2
tmp.py
2
tmp.py
@@ -16,6 +16,8 @@ class ArduinoGUI:
|
||||
self.my_font = customtkinter.CTkFont(family="Calibri", size=15)
|
||||
self.root = root
|
||||
self.root.title("PRG 342 GUI")
|
||||
self.root.geometry("{0}x{1}+0+0".format(root.winfo_screenwidth(), root.winfo_screenheight()))
|
||||
self.root.attributes('-fullscreen', True) # Setzt das Fenster in den Vollbildmodus
|
||||
|
||||
self.arduino = None
|
||||
self.ports = list(serial.tools.list_ports.comports())
|
||||
|
||||
Reference in New Issue
Block a user