mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 22:18:56 +00:00
Updated MenuButton
This commit is contained in:
parent
b921600e1b
commit
69fd0753f7
7 changed files with 26 additions and 15 deletions
11
MapUiTools/WPF/Themes/Generic.xaml
Normal file
11
MapUiTools/WPF/Themes/Generic.xaml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue