diff --git a/demo/Ursa.Demo/Views/MainWindow.axaml b/demo/Ursa.Demo/Views/MainWindow.axaml index 6789bc6..d72ee64 100644 --- a/demo/Ursa.Demo/Views/MainWindow.axaml +++ b/demo/Ursa.Demo/Views/MainWindow.axaml @@ -15,8 +15,8 @@ x:DataType="viewModels:MainWindowViewModel" WindowStartupLocation="CenterScreen" Icon="/Assets/Ursa.ico" - IsFullScreenButtonVisible="{OnPlatform True, macOS=False}" - IsManagedResizerVisible="{OnPlatform False, Linux=True}" + IsFullScreenButtonVisible="{OnPlatform {x:True}, macOS={x:False}}" + IsManagedResizerVisible="{OnPlatform {x:False}, Linux={x:True}}" mc:Ignorable="d"> diff --git a/src/Ursa.Themes.Semi/Controls/IconButton.axaml b/src/Ursa.Themes.Semi/Controls/IconButton.axaml index 13620d8..6c3b036 100644 --- a/src/Ursa.Themes.Semi/Controls/IconButton.axaml +++ b/src/Ursa.Themes.Semi/Controls/IconButton.axaml @@ -86,10 +86,6 @@ - - diff --git a/src/Ursa.Themes.Semi/Controls/ScrollToButton.axaml b/src/Ursa.Themes.Semi/Controls/ScrollToButton.axaml index 67c8c64..7ddbe47 100644 --- a/src/Ursa.Themes.Semi/Controls/ScrollToButton.axaml +++ b/src/Ursa.Themes.Semi/Controls/ScrollToButton.axaml @@ -23,9 +23,6 @@ -