Skip to content

Commit d71e607

Browse files
committed
Added margin
1 parent 608b7be commit d71e607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Files.App/Views/MainPage.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,10 @@
304304
x:Name="TerminalControl"
305305
Grid.Row="4"
306306
Grid.ColumnSpan="3"
307+
Margin="0,4,0,4"
307308
Content="{x:Bind ViewModel.ActiveTerminal, Mode=OneWay}"
308309
Visibility="{x:Bind ViewModel.IsTerminalViewOpen, Mode=OneWay}" />
309-
310+
310311
<!-- Status Bar -->
311312
<uc:StatusBar
312313
x:Name="StatusBar"

0 commit comments

Comments
 (0)