Skip to content

Commit 1bffff0

Browse files
committed
Resize main window
1 parent 96d0bfa commit 1bffff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino_logique.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def main():
2222
# Creating main window
2323
win = tk.Tk()
2424
win.title("Laboratoire virtuel de circuit logique - GIF-1002")
25-
win.geometry("1400x800") # Initial window size
25+
win.geometry("1700x800") # Initial window size
2626
win.resizable(False, False) # Disabling window resizing
2727
win.configure(bg="#333333") # Setting consistent background color
2828

0 commit comments

Comments
 (0)