Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
fix font
Browse files Browse the repository at this point in the history
  • Loading branch information
rounk-ctrl committed Oct 25, 2023
1 parent a3dbcbc commit b6f5df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TAPdll/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ struct ExplorerTAP : winrt::implements<ExplorerTAP, IObjectWithSite>
auto f = FontIcon();
f.Glyph(L"\uE104");
f.FontFamily(Media::FontFamily(L"Segoe Fluent Icons"));
f.FontSize(15.5);
f.FontSize(16);
bt.Content(winrt::box_value(f));
Thickness buttonMargin{-40,0,0,0};
bt.Margin(buttonMargin);
Expand Down

0 comments on commit b6f5df4

Please sign in to comment.