mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-04 03:49:07 +08:00
Increase font size for default text
This commit is contained in:
parent
79847f49b3
commit
17d4fac5c0
@ -110,6 +110,7 @@ namespace winrt::FileLocksmithGUI::implementation
|
||||
// Construct the UI element and display it
|
||||
Controls::TextBlock text_block;
|
||||
text_block.Text(text);
|
||||
text_block.FontSize(24.0);
|
||||
text_block.HorizontalAlignment(HorizontalAlignment::Center);
|
||||
text_block.VerticalAlignment(VerticalAlignment::Center);
|
||||
stackPanel().Children().Append(text_block);
|
||||
|
Loading…
Reference in New Issue
Block a user