Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Win 10 AU temporary fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pzmarzly committed Aug 4, 2016
1 parent 00a4365 commit 2979298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PingMeterGadget/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mc:Ignorable="d"
Title="Ping Meter" Height="80" Width="80" Icon="icon.ico"
Focusable="False" Opacity="0.5" AllowsTransparency="True" WindowStyle="None" ResizeMode="NoResize"
MouseDown="Window_MouseDown">
MouseDown="Window_MouseDown" ShowInTaskbar="False">
<Grid>
<Button x:Name="c_settingsbtn" HorizontalAlignment="Left" VerticalAlignment="Top" Content="" Margin="0" Width="20" Height="20"/>
<Button x:Name="c_closebtn" HorizontalAlignment="Right" VerticalAlignment="Top" Content="X" Margin="0" Width="20" Height="20">
Expand Down

0 comments on commit 2979298

Please sign in to comment.