mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-08 02:06:37 +08:00
* fix: update CaptionButtonForeground resource key and remove cursor setter. * fix: update WindowDrawnDecorations layout. * feat: add CaptionButtonDisabledForeground for disabled state and WindowCustomizationsPage.
13 lines
241 B
C#
13 lines
241 B
C#
using Avalonia.Controls;
|
|
|
|
namespace Semi.Avalonia.Demo.Pages
|
|
{
|
|
public partial class WindowCustomizationsPage : UserControl
|
|
{
|
|
public WindowCustomizationsPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|