Update AdjustmentGUI.py

This commit is contained in:
Prohurtz 2021-12-27 14:46:18 -08:00 committed by GitHub
parent ce4925dd67
commit 891af48770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ from kivy.uix.textinput import TextInput
from kivy.uix.boxlayout import BoxLayout
from kivy.core.window import Window
Window.size = (500, 200)
Window.size = (600, 200)
class WidgetContainer(GridLayout):