Skip to content

Commit c2bc927

Browse files
Don-VitoDHowett
authored andcommitted
Fix default backgroundImageStretch to be uniformToFill (#8280)
This commit fixes the default value to comply with documentation. Closes #8256 (cherry picked from commit 77a204b)
1 parent 689be38 commit c2bc927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cascadia/TerminalApp/Profile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace winrt::TerminalApp::implementation
9696

9797
GETSET_PROPERTY(hstring, BackgroundImagePath);
9898
GETSET_PROPERTY(double, BackgroundImageOpacity, 1.0);
99-
GETSET_PROPERTY(Windows::UI::Xaml::Media::Stretch, BackgroundImageStretchMode, Windows::UI::Xaml::Media::Stretch::Fill);
99+
GETSET_PROPERTY(Windows::UI::Xaml::Media::Stretch, BackgroundImageStretchMode, Windows::UI::Xaml::Media::Stretch::UniformToFill);
100100

101101
GETSET_PROPERTY(Microsoft::Terminal::TerminalControl::TextAntialiasingMode, AntialiasingMode, Microsoft::Terminal::TerminalControl::TextAntialiasingMode::Grayscale);
102102
GETSET_PROPERTY(bool, RetroTerminalEffect, false);

0 commit comments

Comments
 (0)