Skip to content

Commit 13b51ca

Browse files
jrkasprzykclaude
andcommitted
Allow main window to be resized narrower (MinWidth 750 -> 320)
Useful when placing the window beside other content, e.g. next to a video player. Caption text already wraps, so narrower widths render fine. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 794f442 commit 13b51ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/windows/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Title="LiveCaptions Translator"
1010
Width="750"
1111
Height="170"
12-
MinWidth="750"
12+
MinWidth="320"
1313
MinHeight="170"
1414
Background="Transparent"
1515
ExtendsContentIntoTitleBar="True"

0 commit comments

Comments
 (0)