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 2849f0c commit f3776cbCopy full SHA for f3776cb
Rubberduck.Core/Navigation/CodeExplorer/CodeExplorerViewModel.cs
@@ -547,7 +547,7 @@ public double FontSize
547
public AddTestModuleWithStubsCommand AddTestModuleWithStubsCommand { get; set; }
548
public AddTemplateCommand AddTemplateCommand { get; set; }
549
public OpenDesignerCommand OpenDesignerCommand { get; set; }
550
- public CommandBase OpenProjectPropertiesCommand { get; set; }
+ public OpenProjectPropertiesCommand OpenProjectPropertiesCommand { get; set; }
551
public SetAsStartupProjectCommand SetAsStartupProjectCommand { get; set; }
552
public RenameCommand RenameCommand { get; set; }
553
public IndentCommand IndenterCommand { get; set; }
0 commit comments