Skip to content

Commit 9a0e65f

Browse files
committed
Clean up one missed spot and weird whitespace artifact
1 parent ecaafd7 commit 9a0e65f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Rubberduck.Core/UI/CodeExplorer/CodeExplorerControl.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -645,9 +645,8 @@
645645
Grid.Column="1" />
646646
</Grid>
647647

648-
<TextBox IsReadOnly="True" Margin="4" Text="{Binding Description, Mode=OneWay}"
649-
BorderThickness="0" Background="WhiteSmoke" Foreground="Black"
650-
FontSize="10" TextWrapping="WrapWithOverflow" />
648+
<TextBox Style="{StaticResource footerStyle}"
649+
Text="{Binding Description, Mode=OneWay}" />
651650

652651
<WrapPanel>
653652
<controls:LinkButton Margin="4"
@@ -656,7 +655,8 @@
656655
CommandParameter="{Binding SelectedItem}"
657656
Content="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_Indent}"
658657
FontSize="{Binding ElementName=ChosenFontSize, Path=SelectedItem, Mode=OneWay}" />
659-
<controls:LinkButton Margin="4" Visibility="{Binding CanExecuteRenameCommand, Converter={StaticResource BoolToVisibility}}"
658+
<controls:LinkButton Margin="4"
659+
Visibility="{Binding CanExecuteRenameCommand, Converter={StaticResource BoolToVisibility}}"
660660
Command="{Binding RenameCommand}"
661661
CommandParameter="{Binding SelectedItem}"
662662
Content="{Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_Rename}"

0 commit comments

Comments
 (0)