Use SIADL (local for now, will make nuget pkg eventually)

This commit is contained in:
Royce551 2021-06-24 02:32:09 -05:00
parent 0ceab670fb
commit be05de3039
4 changed files with 7 additions and 1 deletions

View file

@ -8,5 +8,6 @@
<Application.Styles>
<FluentTheme Mode="Dark"/>
<StyleInclude Source="avares://SIADL.Avalonia/Styles.axaml"/>
</Application.Styles>
</Application>

View file

@ -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>

View file

@ -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*" />