We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ccc83c commit 246d1e6Copy full SHA for 246d1e6
arduino_logique.py
@@ -30,7 +30,7 @@ def main():
30
win = tk.Tk()
31
win.title("Laboratoire virtuel de circuit logique - GIF-1002")
32
win.geometry("1500x800") # Initial window size
33
- win.minsize(3456, 2234) # Set minimal window size 3456 × 2234) 1500,800
+ win.minsize(1500, 800) # Set minimal window size 3456 × 2234) 1500,800
34
win.resizable(True, True) # Disabling window resizing
35
win.configure(bg="#333333") # Setting consistent background color
36
0 commit comments