Skip to content

Commit 5b333bc

Browse files
committed
ux: min width for confirm dialog
Signed-off-by: leo <[email protected]>
1 parent f187d49 commit 5b333bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Confirm.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<!-- Body -->
3838
<Border Grid.Row="1" Margin="16">
39-
<TextBlock x:Name="Message" MaxWidth="520" TextWrapping="Wrap"/>
39+
<TextBlock x:Name="Message" MaxWidth="520" MinWidth="240" TextWrapping="Wrap"/>
4040
</Border>
4141

4242
<!-- Buttons -->

0 commit comments

Comments
 (0)