themed scroll bars, rounded courners, libmpv update

This commit is contained in:
Frank Skare
2021-08-08 11:55:43 +02:00
parent e9b6988a69
commit fbf50e7466
18 changed files with 1067 additions and 3 deletions

View File

@@ -80,6 +80,14 @@
<Compile Include="Misc\App.cs" />
<Compile Include="Misc\Common.cs" />
<Compile Include="Misc\JSONParser.cs" />
<Compile Include="WPF\HandyControl\Controls\Attach\IconElement.cs" />
<Compile Include="WPF\HandyControl\Controls\Attach\ScrollViewerAttach.cs" />
<Compile Include="WPF\HandyControl\Controls\ScrollViewer.cs" />
<Compile Include="WPF\HandyControl\Controls\SimplePanel.cs" />
<Compile Include="WPF\HandyControl\Data\ValueBoxes.cs" />
<Compile Include="WPF\HandyControl\Tools\AnimationHelper.cs" />
<Compile Include="WPF\HandyControl\Tools\Extension\StringExtension.cs" />
<Compile Include="WPF\HandyControl\Tools\RegexPatterns.cs" />
<Compile Include="WPF\RelayCommand.cs" />
<Compile Include="Misc\CSharpScriptHost.cs" />
<Compile Include="Misc\Extension.cs" />
@@ -96,6 +104,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="WPF\HandyControl\Theme\Theme.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="WPF\SearchTextBoxUserControl.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>