Skip to content

Commit

Permalink
remove template override?
Browse files Browse the repository at this point in the history
  • Loading branch information
Stelminator committed Aug 8, 2023
1 parent c625538 commit 499c88d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TwitchDownloaderWPF/WindowUrlList.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<Window.Resources>
<Style TargetType="{x:Type TextBox}" BasedOn="{StaticResource {x:Type TextBox}}">
<Setter Property="behave:TextBoxTripleClickBehavior.TripleClickSelectLine" Value="True" />
<Setter Property="Template" Value="{StaticResource TextBoxExtendLeftTemplate}" />
</Style>
</Window.Resources>

Expand Down

0 comments on commit 499c88d

Please sign in to comment.