We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66926a8 commit eff37edCopy full SHA for eff37ed
1 file changed
app/main.py
@@ -60,6 +60,7 @@ def show_editor(path: str | None = None, example: bool = False, new: bool = Fals
60
home_window.close()
61
62
home_window = QMainWindow()
63
+ home_window.setStyleSheet("QMainWindow { background-color: #ffffff; }")
64
home_screen = HomeScreen()
65
home_window.setCentralWidget(home_screen)
66
home_window.setWindowTitle("EfficientManim")
0 commit comments