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

Commit 2b142e9

Browse files
committed
Don't hardcode height in filter text box
1 parent e981676 commit 2b142e9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
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">

src/GitHub.VisualStudio/Styles/GitHubComboBox.xaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<Setter Property="Foreground" Value="{DynamicResource GitHubVsWindowText}" />
4141
<Setter Property="Background" Value="{DynamicResource GitHubVsBrandedUIBackground}" />
4242
<Setter Property="Margin" Value="5" />
43-
<Setter Property="Height" Value="25" />
4443
</Style>
4544

4645
<Style TargetType="{x:Type ListBox}" BasedOn="{StaticResource {x:Type ListBox}}">

0 commit comments

Comments
 (0)