Skip to content

Commit eff37ed

Browse files
fix black bg
1 parent 66926a8 commit eff37ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def show_editor(path: str | None = None, example: bool = False, new: bool = Fals
6060
home_window.close()
6161

6262
home_window = QMainWindow()
63+
home_window.setStyleSheet("QMainWindow { background-color: #ffffff; }")
6364
home_screen = HomeScreen()
6465
home_window.setCentralWidget(home_screen)
6566
home_window.setWindowTitle("EfficientManim")

0 commit comments

Comments
 (0)