mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Change default window location
This commit is contained in:
parent
960e4e13eb
commit
150b03427d
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ class Window(PygletWindow):
|
|||
self.scene = scene
|
||||
self.title = str(scene)
|
||||
# Put at the top of the screen
|
||||
self.position = (self.position[0], 0)
|
||||
# self.position = (self.position[0], 0)
|
||||
self.position = (512, 0)
|
||||
|
||||
mglw.activate_context(window=self)
|
||||
self.timer = Timer()
|
||||
|
|
Loading…
Add table
Reference in a new issue