File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Rubberduck.Core/UI/CodeExplorer Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 645
645
Grid.Column=" 1" />
646
646
</Grid >
647
647
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}" />
651
650
652
651
<WrapPanel >
653
652
<controls : LinkButton Margin =" 4"
656
655
CommandParameter =" {Binding SelectedItem}"
657
656
Content =" {Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_Indent}"
658
657
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}}"
660
660
Command =" {Binding RenameCommand}"
661
661
CommandParameter =" {Binding SelectedItem}"
662
662
Content =" {Resx ResxName=Rubberduck.Resources.CodeExplorer.CodeExplorerUI, Key=CodeExplorer_Rename}"
You can’t perform that action at this time.
0 commit comments