Skip to content

Commit 559e5d9

Browse files
authored
Remove triple click from URL mass downloader text box (#783)
The default style must be preserved to allow for the textbox to grow vertically
1 parent 9f8dfe0 commit 559e5d9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

TwitchDownloaderWPF/WindowUrlList.xaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,12 @@
44
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:TwitchDownloaderWPF"
7-
xmlns:behave="clr-namespace:TwitchDownloaderWPF.Behaviors"
87
xmlns:lex="http://wpflocalizeextension.codeplex.com"
98
lex:LocalizeDictionary.DesignCulture=""
109
lex:ResxLocalizationProvider.DefaultAssembly="TwitchDownloaderWPF"
1110
lex:ResxLocalizationProvider.DefaultDictionary="Strings"
1211
mc:Ignorable="d"
1312
Title="Mass Download URL List" MinHeight="590" Height="600" MinWidth="485" Width="500" Loaded="Window_Loaded">
14-
<Window.Resources>
15-
<Style TargetType="{x:Type TextBox}" BasedOn="{StaticResource {x:Type TextBox}}">
16-
<Setter Property="behave:TextBoxTripleClickBehavior.TripleClickSelectLine" Value="True" />
17-
<Setter Property="Template" Value="{StaticResource TextBoxExtendLeftTemplate}" />
18-
</Style>
19-
</Window.Resources>
2013

2114
<Grid Background="{DynamicResource AppBackground}">
2215
<Button x:Name="btnQueue" Content="{lex:Loc AddToQueue}" HorizontalAlignment="Center" VerticalAlignment="Bottom" MinWidth="110" Height="45" Margin="0,0,0,10" Click="btnQueue_Click" Background="{DynamicResource ActionButtonBackground}" Foreground="{DynamicResource ActionButtonText}" BorderBrush="{DynamicResource ActionButtonBorder}"/>

0 commit comments

Comments
 (0)