mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-13 01:51:09 +00:00
14 lines
563 B
XML
14 lines
563 B
XML
<Styles xmlns="https://github.com/avaloniaui"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<Style Selector="MenuItem.withCheckbox Viewbox#PART_IconPresenter">
|
|
<Setter Property="MaxHeight" Value="36" />
|
|
<Setter Property="MinHeight" Value="36" />
|
|
<Setter Property="MaxWidth" Value="36" />
|
|
<Setter Property="MinWidth" Value="36" />
|
|
</Style>
|
|
<Style Selector="MenuItem.withCheckbox ContentPresenter#PART_HeaderPresenter">
|
|
<Setter Property="Padding" Value="-10,0,0,0" />
|
|
</Style>
|
|
</Styles>
|
|
|