We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c71fda commit 090cbf7Copy full SHA for 090cbf7
src/Files.App/UserControls/Pane/PreviewPane.xaml
@@ -306,7 +306,7 @@
306
<StackPanel
307
x:Name="TagStackPanel"
308
Height="28"
309
- Padding="8,0,8,0"
+ Padding="12,0,12,0"
310
VerticalAlignment="Center"
311
x:Load="{x:Bind IsTag, Mode=OneWay}"
312
AutomationProperties.Name="{x:Bind AsTag.Tag.Name, Mode=OneWay}"
@@ -331,7 +331,7 @@
331
<Button
332
x:Name="DetailsEditTags"
333
334
335
336
x:Load="{x:Bind IsFlyout, Mode=OneWay}"
337
AutomationProperties.Name="{helpers:ResourceString Name=EditTags}"
0 commit comments