summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
diff options
context:
space:
mode:
authorsr55 <[email protected]>2021-02-06 21:43:52 +0000
committersr55 <[email protected]>2021-02-06 21:43:52 +0000
commitc9d2ec008746907551943dcbc8831f08da6e65f3 (patch)
tree51d23277f50870f53bc7c1dfb1e81d24447b5cb5 /win/CS/HandBrakeWPF/HandBrakeWPF.csproj
parent52949b75fa06a0307ef4c7cc8af1c726100738b7 (diff)
WinGui: Minor improvement to the light theme.
Diffstat (limited to 'win/CS/HandBrakeWPF/HandBrakeWPF.csproj')
-rw-r--r--win/CS/HandBrakeWPF/HandBrakeWPF.csproj7
1 files changed, 7 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
index 3a44a9fe8..f93a47b7c 100644
--- a/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
+++ b/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
@@ -153,9 +153,16 @@
<Page Update="Themes\Controls\GroupBoxDark.xaml">
<SubType>Designer</SubType>
</Page>
+ <Page Update="Themes\Controls\ToolbarLight.xaml">
+ <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
+ <SubType>Designer</SubType>
+ </Page>
<Page Update="Themes\Controls\ToolbarDark.xaml">
<SubType>Designer</SubType>
</Page>
+ <Page Update="Themes\Light.xaml">
+ <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
+ </Page>
<Page Update="Views\Standalone\CropPanelView.xaml">
<XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
</Page>