Skip to content

Commit 7c0a8f8

Browse files
committed
Fix margin
1 parent 0a6fb44 commit 7c0a8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Views/MainPage.xaml

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

298298
<TextBlock
299299
Grid.Column="1"
300-
Margin="16,0,0,0"
300+
Margin="12,0,0,0"
301301
Text="{x:Bind Commands.OpenSettings.Label, Mode=OneWay}" />
302302
</Grid>
303303
</Button>

0 commit comments

Comments
 (0)