Skip to content

Commit 7f39ffa

Browse files
committed
[app] disable fixed aspect ratio
1 parent 690c64f commit 7f39ffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

claude_server/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class ClaudeApp(mglw.WindowConfig):
2626
# Window configuration
2727
window_size = (800, 600)
2828
title = 'Claude'
29+
aspect_ratio = None
2930

3031
# Shader configuration
3132
vertex_shader = 'default.vert'

0 commit comments

Comments
 (0)