Skip to content

Commit ab2514b

Browse files
sagarbhure-msftSagar Bhure
authored andcommitted
Fix code formatting in TermControl.xaml
Run Invoke-CodeFormat: reorder XAML attributes alphabetically and normalize comment spacing per project style.
1 parent c7a51c9 commit ab2514b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cascadia/TerminalControl/TermControl.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,11 +1365,11 @@
13651365

13661366
</Grid>
13671367

1368-
<!-- Resize overlay: shows COLSxROWS when terminal is resized -->
1368+
<!-- Resize overlay: shows COLSxROWS when terminal is resized -->
13691369
<Border x:Name="ResizeOverlay"
1370+
Padding="16,8,16,8"
13701371
HorizontalAlignment="Center"
13711372
VerticalAlignment="Center"
1372-
Padding="16,8,16,8"
13731373
Background="{ThemeResource SystemControlBackgroundAltHighBrush}"
13741374
BorderBrush="{ThemeResource SystemAccentColor}"
13751375
BorderThickness="1"

0 commit comments

Comments
 (0)