Skip to content

Commit 090cbf7

Browse files
committed
Update PreviewPane.xaml
1 parent 0c71fda commit 090cbf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/UserControls/Pane/PreviewPane.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@
306306
<StackPanel
307307
x:Name="TagStackPanel"
308308
Height="28"
309-
Padding="8,0,8,0"
309+
Padding="12,0,12,0"
310310
VerticalAlignment="Center"
311311
x:Load="{x:Bind IsTag, Mode=OneWay}"
312312
AutomationProperties.Name="{x:Bind AsTag.Tag.Name, Mode=OneWay}"
@@ -331,7 +331,7 @@
331331
<Button
332332
x:Name="DetailsEditTags"
333333
Height="28"
334-
Padding="8,0,8,0"
334+
Padding="12,0,12,0"
335335
VerticalAlignment="Center"
336336
x:Load="{x:Bind IsFlyout, Mode=OneWay}"
337337
AutomationProperties.Name="{helpers:ResourceString Name=EditTags}"

0 commit comments

Comments
 (0)