We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a603b commit bea26bbCopy full SHA for bea26bb
Rubberduck.Core/Navigation/CodeExplorer/CodeExplorerViewModel.cs
@@ -548,7 +548,7 @@ public double FontSize
548
public AddTestModuleWithStubsCommand AddTestModuleWithStubsCommand { get; set; }
549
public AddTemplateCommand AddTemplateCommand { get; set; }
550
public OpenDesignerCommand OpenDesignerCommand { get; set; }
551
- public CommandBase OpenProjectPropertiesCommand { get; set; }
+ public OpenProjectPropertiesCommand OpenProjectPropertiesCommand { get; set; }
552
public SetAsStartupProjectCommand SetAsStartupProjectCommand { get; set; }
553
public RenameCommand RenameCommand { get; set; }
554
public IndentCommand IndenterCommand { get; set; }
0 commit comments