We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff387a commit 68a1c5eCopy full SHA for 68a1c5e
Nodejs/Product/Nodejs/NpmUI/NpmPackageInstallWindow.xaml
@@ -247,7 +247,8 @@
247
Text="{Binding FilterText,UpdateSourceTrigger=PropertyChanged}"
248
PreviewKeyDown="FilterTextBox_PreviewKeyDown"
249
TabIndex="0"
250
- AutomationProperties.Name="{x:Static resx:NpmInstallWindowResources.SearchForPackagesLabel}" />
+ AutomationProperties.Name="{x:Static resx:NpmInstallWindowResources.SearchForPackagesLabel}"
251
+ Padding="0,0,15,0"/>
252
<TextBlock IsEnabled="False" Background="{x:Null}"
253
Focusable="False"
254
IsHitTestVisible="False"
0 commit comments