Skip to content

Commit

Permalink
Removed event handler from image, and textblocks, preventing the cras…
Browse files Browse the repository at this point in the history
…h behaviour
  • Loading branch information
tsgsOFFICIAL committed Nov 7, 2024
1 parent 6f21415 commit f141ae4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CS2-AutoAccept/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@

<!-- Custom header -->
<StackPanel Background="#1c1b1b" MouseLeftButtonDown="WindowHeader_Mousedown" Grid.Row="0" Grid.ColumnSpan="2" Orientation="Horizontal">
<Image Source="/logo.png" MouseLeftButtonDown="WindowHeader_Mousedown" HorizontalAlignment="Left"/>
<Image Source="/logo.png" HorizontalAlignment="Left"/>
<StackPanel Margin="3.3,0,0,0" Orientation="Vertical" HorizontalAlignment="Left" VerticalAlignment="Center">
<TextBlock Text="CS2 AutoAccept" FontFamily="Roboto" Foreground="GhostWhite" MouseLeftButtonDown="WindowHeader_Mousedown"/>
<TextBlock Text="by tsgsOFFICIAL" FontFamily="Roboto" Foreground="GhostWhite" MouseLeftButtonDown="WindowHeader_Mousedown"/>
<TextBlock Text="CS2 AutoAccept" FontFamily="Roboto" Foreground="GhostWhite" />
<TextBlock Text="by tsgsOFFICIAL" FontFamily="Roboto" Foreground="GhostWhite" />
</StackPanel>

<Button Background="Transparent" x:Name="Button_Update" Click="Button_Update_Click" Margin="20, 0, 0, 0" BorderThickness="0" FontFamily="Roboto" FontSize="15" Foreground="GhostWhite" FontWeight="SemiBold" Cursor="Hand" Style="{DynamicResource NavButtons}"/>
Expand Down

0 comments on commit f141ae4

Please sign in to comment.