Skip to content

Commit 8884a43

Browse files
committed
Removed hardcoded font size
1 parent 5fee731 commit 8884a43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Files.App/ViewModels/UserControls/NavigationToolbarViewModel.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,6 @@ public async Task SetPathBoxDropDownFlyoutAsync(MenuFlyout flyout, PathBoxItem p
837837
Icon = new FontIcon { Glyph = "\uE7BA" },
838838
Text = Strings.SubDirectoryAccessDenied.GetLocalizedResource(),
839839
//Foreground = (SolidColorBrush)Application.Current.Resources["SystemControlErrorTextForegroundBrush"],
840-
FontSize = 12
841840
};
842841

843842
flyout.Items?.Add(flyoutItem);
@@ -857,7 +856,6 @@ public async Task SetPathBoxDropDownFlyoutAsync(MenuFlyout flyout, PathBoxItem p
857856
{
858857
Icon = new FontIcon { Glyph = "\uE8B7" }, // Use font icon as placeholder
859858
Text = childFolder.Item.Name,
860-
FontSize = 12
861859
};
862860

863861
if (workingPath != childFolder.Path)

0 commit comments

Comments
 (0)