Skip to content

Commit 0c27b3b

Browse files
Alpaca233claude
andcommitted
style: Increase minimum window width for channel dropdown
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a8cf75a commit 0c27b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ class StitcherGUI(QMainWindow):
724724
def __init__(self):
725725
super().__init__()
726726
self.setWindowTitle("Stitcher")
727-
self.setMinimumSize(500, 850)
727+
self.setMinimumSize(580, 850)
728728

729729
self.worker = None
730730
self.output_path = None

0 commit comments

Comments
 (0)