Skip to content

Commit

Permalink
Make the preview terminal bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
DHowett committed May 16, 2023
1 parent 2823c68 commit c14c754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cascadia/TerminalSettingsEditor/Profiles_Appearance.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<!-- Control Preview -->
<Border MaxWidth="{StaticResource StandardControlMaxWidth}">
<Border x:Name="ControlPreview"
Width="350"
Height="160"
Width="400"
Height="180"
Margin="0,0,0,12"
HorizontalAlignment="Left"
BorderBrush="{ThemeResource SystemControlForegroundBaseMediumLowBrush}"
Expand Down

0 comments on commit c14c754

Please sign in to comment.