UI improvements

This commit is contained in:
2022-02-04 00:16:24 +01:00
parent 2ff1aa366e
commit 478d161b8a
2 changed files with 19 additions and 10 deletions

View File

@@ -142,6 +142,9 @@
<Style Selector="TextBlock.SmallText">
<Setter Property="FontSize" Value="12"/>
</Style>
<Style Selector="TextBlock.ExtraSmallText">
<Setter Property="FontSize" Value="11"/>
</Style>
<Style Selector="ListBox.ContentListView">
<Setter Property="Background" Value="Transparent"/>
</Style>