mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
Update AdjustmentGUI.py
This commit is contained in:
parent
ce4925dd67
commit
891af48770
@ -21,7 +21,7 @@ from kivy.uix.textinput import TextInput
|
|||||||
from kivy.uix.boxlayout import BoxLayout
|
from kivy.uix.boxlayout import BoxLayout
|
||||||
|
|
||||||
from kivy.core.window import Window
|
from kivy.core.window import Window
|
||||||
Window.size = (500, 200)
|
Window.size = (600, 200)
|
||||||
|
|
||||||
class WidgetContainer(GridLayout):
|
class WidgetContainer(GridLayout):
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user