mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Use SIADL (local for now, will make nuget pkg eventually)
This commit is contained in:
parent
0ceab670fb
commit
be05de3039
4 changed files with 7 additions and 1 deletions
|
@ -8,5 +8,6 @@
|
|||
|
||||
<Application.Styles>
|
||||
<FluentTheme Mode="Dark"/>
|
||||
<StyleInclude Source="avares://SIADL.Avalonia/Styles.axaml"/>
|
||||
</Application.Styles>
|
||||
</Application>
|
||||
|
|
Binary file not shown.
|
@ -33,6 +33,11 @@
|
|||
<PackageReference Include="Tmds.DBus" Version="0.9.1" />
|
||||
<PackageReference Include="z440.atl.core" Version="3.19.0" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="SIADL.Avalonia">
|
||||
<HintPath>Dependencies\SIADL.Avalonia.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Update="Properties\Resources.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
|
|
|
@ -98,7 +98,7 @@
|
|||
</Button>
|
||||
</StackPanel>
|
||||
<DockPanel LastChildFill="True" ZIndex="0">
|
||||
<Grid Background="{DynamicResource ThemeBorderMidBrush}" DockPanel.Dock="Bottom" Height="85" Margin="0,10,0,10">
|
||||
<Grid Background="{StaticResource ForegroundColor}" DockPanel.Dock="Bottom" Height="85" Margin="0,10,0,10">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="Auto" />
|
||||
<ColumnDefinition Width="1*" />
|
||||
|
|
Loading…
Reference in a new issue