Skip to content

Commit

Permalink
Fixed XAML error
Browse files Browse the repository at this point in the history
Apparently, WPF didn't like me using those triggers there (even though it worked perfectly in designer)
  • Loading branch information
araghon007 authored Nov 12, 2019
1 parent 00c4a93 commit 29de5b6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions DiscordRandomStatus/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,14 +353,6 @@
Margin="4,4,3,3"
Fill="{DynamicResource ScrollBarBackgroundColor}"/>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="{TemplateBinding ComputedHorizontalScrollBarVisibility}" Value="Hidden">
<Setter TargetName="Corner" Property="Margin" Value="0"/>
</Trigger>
<Trigger Property="{TemplateBinding ComputedVerticalScrollBarVisibility}" Value="Hidden">
<Setter TargetName="Corner" Property="Margin" Value="0"/>
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
Expand Down

0 comments on commit 29de5b6

Please sign in to comment.