diff --git a/Text-Grab/Controls/NotifyIconWindow.xaml b/Text-Grab/Controls/NotifyIconWindow.xaml index 6fd7de35..22634a75 100644 --- a/Text-Grab/Controls/NotifyIconWindow.xaml +++ b/Text-Grab/Controls/NotifyIconWindow.xaml @@ -11,14 +11,20 @@ Width="0" Height="0" Activated="Window_Activated" - Background="Black" + Background="Transparent" IsHitTestVisible="False" + Left="-50" Opacity="0" ShowInTaskbar="False" + ToolTip="Text Grab" + Top="-50" WindowStyle="ToolWindow" mc:Ignorable="d"> - + + + +