Skip to content

Commit

Permalink
fix: bye fullscreen start
Browse files Browse the repository at this point in the history
  • Loading branch information
balazs4 authored and Balazs Varga committed May 16, 2018
1 parent f9a1971 commit 60bcf6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 3 additions & 5 deletions windowswitcher.app/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@
mc:Ignorable="d"
Title="{Binding Title}"
WindowStartupLocation="CenterScreen"
WindowState="Maximized"
WindowState="Normal"
ResizeMode="NoResize"
WindowStyle="None"
AllowsTransparency="True"
AllowsTransparency="False"
>
<Window.Background>
<SolidColorBrush
Color="{DynamicResource editor.background}"
Opacity="0.98"/>
<SolidColorBrush Color="{DynamicResource editor.background}"/>
</Window.Background>
<Window.CommandBindings>
<CommandBinding Command="Close" Executed="OnCloseExecuted" />
Expand Down
Binary file added windowswitcher.app/SplashScreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions windowswitcher.app/windowswitcher.app.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,8 @@
<ItemGroup>
<Resource Include="Elegantthemes-Beautiful-Flat-Frames.ico" />
</ItemGroup>
<ItemGroup>
<None Include="SplashScreen.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit 60bcf6f

Please sign in to comment.