bug fixes

This commit is contained in:
2026-09-01 20:42:16 -07:00
parent 4d00ef86e4
commit 05dc9203ba
5 changed files with 53 additions and 49 deletions
+1 -1
View File
@@ -1661,7 +1661,7 @@ class MainApplication(QMainWindow):
bubble.update_progress(step, active=False)
# Add to layout
self.bubble_layout.addWidget(bubble, index, 1)
self.bubble_layout.addWidget(bubble, index, 0)
# 4. Status Bar
msg = f"Project loaded: {len(file_list)} files."