Skip to content

Commit 68a1c5e

Browse files
author
Paul van Brenk
committed
Fixes issue where the search icon would be overtyped with a long search query
1 parent 6ff387a commit 68a1c5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@
247247
Text="{Binding FilterText,UpdateSourceTrigger=PropertyChanged}"
248248
PreviewKeyDown="FilterTextBox_PreviewKeyDown"
249249
TabIndex="0"
250-
AutomationProperties.Name="{x:Static resx:NpmInstallWindowResources.SearchForPackagesLabel}" />
250+
AutomationProperties.Name="{x:Static resx:NpmInstallWindowResources.SearchForPackagesLabel}"
251+
Padding="0,0,15,0"/>
251252
<TextBlock IsEnabled="False" Background="{x:Null}"
252253
Focusable="False"
253254
IsHitTestVisible="False"

0 commit comments

Comments
 (0)