mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-03 00:00:55 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c161efcfe |
@@ -29,5 +29,19 @@
|
|||||||
</Panel>
|
</Panel>
|
||||||
</ControlTemplate>
|
</ControlTemplate>
|
||||||
</Setter>
|
</Setter>
|
||||||
|
<Style Selector="^.Borderless">
|
||||||
|
<Setter Property="ExtendClientAreaTitleBarHeightHint" Value="40"/>
|
||||||
|
<Setter Property="ExtendClientAreaToDecorationsHint" Value="True"/>
|
||||||
|
<Setter Property="SystemDecorations">
|
||||||
|
<OnPlatform>
|
||||||
|
<On Options="Default, Windows, macOS">
|
||||||
|
<SystemDecorations>Full</SystemDecorations>
|
||||||
|
</On>
|
||||||
|
<On Options="Linux">
|
||||||
|
<SystemDecorations>None</SystemDecorations>
|
||||||
|
</On>
|
||||||
|
</OnPlatform>
|
||||||
|
</Setter>
|
||||||
|
</Style>
|
||||||
</ControlTheme>
|
</ControlTheme>
|
||||||
</ResourceDictionary>
|
</ResourceDictionary>
|
||||||
|
|||||||
Reference in New Issue
Block a user