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.
uniformToFill
1 parent 689be38 commit c2bc927Copy full SHA for c2bc927
src/cascadia/TerminalApp/Profile.h
@@ -96,7 +96,7 @@ namespace winrt::TerminalApp::implementation
96
97
GETSET_PROPERTY(hstring, BackgroundImagePath);
98
GETSET_PROPERTY(double, BackgroundImageOpacity, 1.0);
99
- GETSET_PROPERTY(Windows::UI::Xaml::Media::Stretch, BackgroundImageStretchMode, Windows::UI::Xaml::Media::Stretch::Fill);
+ GETSET_PROPERTY(Windows::UI::Xaml::Media::Stretch, BackgroundImageStretchMode, Windows::UI::Xaml::Media::Stretch::UniformToFill);
100
101
GETSET_PROPERTY(Microsoft::Terminal::TerminalControl::TextAntialiasingMode, AntialiasingMode, Microsoft::Terminal::TerminalControl::TextAntialiasingMode::Grayscale);
102
GETSET_PROPERTY(bool, RetroTerminalEffect, false);
0 commit comments