Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 5fb2507

Browse files
author
Steven Kirk
committed
Removed hardcoded height in FilterTextBox template.
1 parent 8426fe3 commit 5fb2507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.UI/Assets/Controls/FilterTextBox.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<Setter Property="AllowDrop" Value="true"/>
1414
<Setter Property="ScrollViewer.PanningMode" Value="VerticalFirst"/>
1515
<Setter Property="Stylus.IsFlicksEnabled" Value="False"/>
16-
<Setter Property="Height" Value="24" />
1716
<Setter Property="Padding" Value="3,3,18,3" />
1817
<Setter Property="ContextMenu" Value="{DynamicResource DefaultContextMenu}" />
1918
<Setter Property="Template">

0 commit comments

Comments
 (0)