Added the Profile ID to the top of the profile window.

This commit is contained in:
Brett Hewitson 2021-12-01 10:27:45 +10:00
parent 17cde18a1b
commit 36a203f106
9 changed files with 116 additions and 40 deletions

View file

@ -85,6 +85,7 @@
<Setter Property="BorderBrush" Value="{StaticResource DarkBorder}"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="CornerRadius" Value="3"/>
<Setter Property="Background" Value="{StaticResource BeigeLabel}"/>
</Style>
<Style x:Key="BorderLightStyle" TargetType="Border">