diff --git a/Window-Switcher.sln.DotSettings.user b/Window-Switcher.sln.DotSettings.user index 438ae4d..845d225 100644 --- a/Window-Switcher.sln.DotSettings.user +++ b/Window-Switcher.sln.DotSettings.user @@ -25,6 +25,7 @@ ForceIncluded ForceIncluded ForceIncluded + ForceIncluded ForceIncluded ForceIncluded ForceIncluded diff --git a/src/WindowSwitcher/Theming/AppTheme.axaml b/src/WindowSwitcher/Theming/AppTheme.axaml index f7e38db..7e2b6be 100644 --- a/src/WindowSwitcher/Theming/AppTheme.axaml +++ b/src/WindowSwitcher/Theming/AppTheme.axaml @@ -1,15 +1,20 @@ + + + - + \ No newline at end of file diff --git a/src/WindowSwitcher/Windows/FiltersWindow.axaml b/src/WindowSwitcher/Windows/FiltersWindow.axaml index 1c41d88..f52b347 100644 --- a/src/WindowSwitcher/Windows/FiltersWindow.axaml +++ b/src/WindowSwitcher/Windows/FiltersWindow.axaml @@ -36,9 +36,20 @@ Content="Add" Click="AddWhitelistClick" /> - + + + + + + + @@ -56,9 +67,20 @@ Content="Add" Click="AddBlacklistClick" /> - + + + + + + + diff --git a/src/WindowSwitcher/Windows/FloatingWindow.axaml b/src/WindowSwitcher/Windows/FloatingWindow.axaml index 1aa2b30..0c176ab 100644 --- a/src/WindowSwitcher/Windows/FloatingWindow.axaml +++ b/src/WindowSwitcher/Windows/FloatingWindow.axaml @@ -6,6 +6,8 @@ xmlns:windows="clr-namespace:WindowSwitcher.Windows" Icon="/Assets/WS_logo.ico" ShowInTaskbar="False" + CanMinimize="False" + CanMaximize="False" ShowActivated="False" mc:Ignorable="d" x:Class="WindowSwitcher.Windows.FloatingWindow"