Skip to content

Commit 1d4bb31

Browse files
committed
Update GridLayoutPage.xaml
1 parent 3c2797f commit 1d4bb31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/Files.App/Views/Layouts/GridLayoutPage.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
x:Name="IconOverlay"
497497
Width="32"
498498
Height="32"
499-
Margin="2"
499+
Margin="-10"
500500
HorizontalAlignment="Right"
501501
VerticalAlignment="Top"
502502
x:Load="True"
@@ -508,6 +508,7 @@
508508
x:Name="ShortcutGlyphElement"
509509
Width="16"
510510
Height="16"
511+
Margin="8"
511512
HorizontalAlignment="Right"
512513
VerticalAlignment="Top"
513514
x:Load="{x:Bind IsShortcut}"
@@ -535,7 +536,6 @@
535536
Padding="12,4,12,4"
536537
RowSpacing="4">
537538
<Grid.RowDefinitions>
538-
<RowDefinition Height="Auto" />
539539
<RowDefinition Height="Auto" />
540540
<RowDefinition Height="*" />
541541
<RowDefinition Height="Auto" />
@@ -556,7 +556,7 @@
556556
<TextBox
557557
x:Name="TileViewTextBoxItemName"
558558
Grid.Row="0"
559-
Grid.RowSpan="5"
559+
Grid.RowSpan="4"
560560
HorizontalAlignment="Stretch"
561561
BeforeTextChanging="ItemNameTextBox_BeforeTextChanging"
562562
Canvas.ZIndex="1"
@@ -578,15 +578,15 @@
578578
TextWrapping="NoWrap" />
579579

580580
<TextBlock
581-
Grid.Row="3"
581+
Grid.Row="2"
582582
HorizontalAlignment="Left"
583583
Foreground="{ThemeResource TextFillColorSecondaryBrush}"
584584
Style="{ThemeResource CaptionTextBlockStyle}"
585585
Text="{x:Bind FileSize, Mode=OneWay}"
586586
TextTrimming="CharacterEllipsis"
587587
TextWrapping="NoWrap" />
588588

589-
<Grid Grid.Row="4" Padding="0,0,0,4">
589+
<Grid Grid.Row="3" Padding="0,0,0,4">
590590
<ItemsRepeater
591591
x:Name="TagsRepeater"
592592
HorizontalAlignment="Left"
@@ -595,7 +595,7 @@
595595
ItemsSource="{x:Bind FileTagsUI, Mode=OneWay}"
596596
Visibility="{x:Bind FileTagsUI, Converter={StaticResource EmptyObjectToObjectConverter}, Mode=OneWay}">
597597
<ItemsRepeater.Layout>
598-
<StackLayout Orientation="Horizontal" Spacing="-8" />
598+
<StackLayout Orientation="Horizontal" Spacing="-4" />
599599
</ItemsRepeater.Layout>
600600
<ItemsRepeater.ItemTemplate>
601601
<DataTemplate x:DataType="datamodels:TagViewModel">

0 commit comments

Comments
 (0)