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 85f032a commit 3b8806fCopy full SHA for 3b8806f
src/Files.App/Views/Settings/TagsPage.xaml
@@ -47,10 +47,7 @@
47
Text="{helpers:ResourceString Name=FileTags}" />
48
49
<!-- Edit Tags -->
50
- <wctcontrols:SettingsExpander
51
- HorizontalAlignment="Stretch"
52
- Header="{helpers:ResourceString Name=FileTags}"
53
- IsExpanded="True">
+ <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=FileTags}" IsExpanded="True">
54
<wctcontrols:SettingsExpander.HeaderIcon>
55
<FontIcon Glyph="" />
56
</wctcontrols:SettingsExpander.HeaderIcon>
0 commit comments