mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-12 02:09:24 +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
|
// Construct the UI element and display it
|
||||||
Controls::TextBlock text_block;
|
Controls::TextBlock text_block;
|
||||||
text_block.Text(text);
|
text_block.Text(text);
|
||||||
|
text_block.FontSize(24.0);
|
||||||
text_block.HorizontalAlignment(HorizontalAlignment::Center);
|
text_block.HorizontalAlignment(HorizontalAlignment::Center);
|
||||||
text_block.VerticalAlignment(VerticalAlignment::Center);
|
text_block.VerticalAlignment(VerticalAlignment::Center);
|
||||||
stackPanel().Children().Append(text_block);
|
stackPanel().Children().Append(text_block);
|
||||||
|
Loading…
Reference in New Issue
Block a user