Skip to content

Commit 6976d74

Browse files
committed
Resize Code Explrorer Icon
Keep the clear icon within the search bar boundaries.
1 parent c723c3f commit 6976d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/CodeExplorer/CodeExplorerControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598

599599
<Button Style="{StaticResource XButtonStyle}"
600600
HorizontalAlignment="Right" VerticalAlignment="Center"
601-
Height="18" Width="18" Margin="0,1,1,0"
601+
Height="16" Width="16" Margin="0,1,1,0"
602602
IsEnabled="{Binding CanSearch}"
603603
Visibility="{Binding ElementName=SearchBox, Path=Text.Length, Converter={StaticResource StringHasNoValueToVisibility}}"
604604
Click="ButtonBase_OnClick" />

0 commit comments

Comments
 (0)