File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public bool IsBusy
180
180
{
181
181
_isBusy = value ;
182
182
OnPropertyChanged ( ) ;
183
- OnPropertyChanged ( "EmptyViewMessageVisibility " ) ;
183
+ OnPropertyChanged ( "EmptyTreeMessageVisibility " ) ;
184
184
}
185
185
}
186
186
@@ -534,7 +534,7 @@ public Visibility TreeViewVisibility
534
534
}
535
535
}
536
536
537
- public Visibility EmptyViewMessageVisibility
537
+ public Visibility EmptyTreeMessageVisibility
538
538
{
539
539
get
540
540
{
Original file line number Diff line number Diff line change 710
710
711
711
<Border Grid.Row=" 0" Grid.RowSpan=" 3" Background =" #FFEEF5FD" >
712
712
<TextBlock VerticalAlignment =" Center" HorizontalAlignment =" Center" TextWrapping =" WrapWithOverflow" TextAlignment =" Center"
713
- Visibility =" {Binding MessageVisibility }" MinWidth =" 200" >
713
+ Visibility =" {Binding EmptyTreeMessageVisibility }" MinWidth =" 200" >
714
714
<Run FontWeight =" Bold" Text =" {Resx ResxName=Rubberduck.UI.RubberduckUI, Key=CodeExplorer_EmptyViewMessage_Title}" /><LineBreak /><Run />
715
715
<LineBreak />
716
716
<Button Command =" {Binding RefreshCommand}" BorderThickness =" 0" Style =" {StaticResource {x:Static ToolBar.ButtonStyleKey}}" >
You can’t perform that action at this time.
0 commit comments