mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-31 23:19:44 +08:00
[GUI] Redesign options page (#699)
This commit is contained in:
@@ -11,6 +11,21 @@ Window and text defaults shared by all launcher views.
|
||||
<Setter Property="Foreground" Value="{StaticResource TextBrush}" />
|
||||
</Style>
|
||||
|
||||
<Style Selector="TextBlock.materialSymbol">
|
||||
<Setter Property="FontFamily" Value="{StaticResource MaterialSymbolsRounded}" />
|
||||
<Setter Property="FontFeatures" Value="+liga" />
|
||||
<Setter Property="FontSize" Value="18" />
|
||||
<Setter Property="FontWeight" Value="Normal" />
|
||||
<Setter Property="LineHeight" Value="20" />
|
||||
<Setter Property="VerticalAlignment" Value="Center" />
|
||||
<Setter Property="TextAlignment" Value="Center" />
|
||||
</Style>
|
||||
|
||||
<Style Selector="TextBlock.materialSymbol.compact">
|
||||
<Setter Property="FontSize" Value="16" />
|
||||
<Setter Property="LineHeight" Value="18" />
|
||||
</Style>
|
||||
|
||||
<Style Selector="TextBlock.sectionTitle">
|
||||
<Setter Property="FontSize" Value="11" />
|
||||
<Setter Property="FontWeight" Value="SemiBold" />
|
||||
|
||||
Reference in New Issue
Block a user