Updated MenuButton

This commit is contained in:
Clemens 2022-01-24 23:07:36 +01:00
parent b921600e1b
commit 69fd0753f7
7 changed files with 26 additions and 15 deletions

View file

@ -0,0 +1,11 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:tools="clr-namespace:MapControl.UiTools">
<Style TargetType="tools:MenuButton" BasedOn="{StaticResource {x:Type Button}}">
<Setter Property="FontFamily" Value="Segoe MDL2 Assets"/>
<Setter Property="FontSize" Value="20"/>
<Setter Property="Padding" Value="8"/>
</Style>
</ResourceDictionary>