Skip to content

Commit 3821ce5

Browse files
committed
Update XAML.
1 parent ad194a0 commit 3821ce5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Stratis.VS.StratisEVM/SolidityProjectTreePropertiesProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Stratis.VS.StratisEVM
99
/// Updates nodes in the project tree by overriding property values calculated so far by lower priority providers.
1010
/// </summary>
1111
[Export(typeof(IProjectTreePropertiesProvider))]
12-
[AppliesTo(MyUnconfiguredProject.UniqueCapability)]
12+
[AppliesTo(SolidityUnconfiguredProject.UniqueCapability)]
1313
// TODO: Consider removing the Order attribute as it typically should not be needed when creating a new project type. It may be needed when customizing an existing project type to override the default behavior (e.g. the default C# implementation).
1414
[Order(1000)]
1515
internal class SolidityProjectTreePropertiesProvider : IProjectTreePropertiesProvider

src/Stratis.VS.StratisEVM/SolidityProjectWizardDialogWindow.xaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
Height="200"
1919
MinWidth="500"
2020
MinHeight="200">
21+
<WindowChrome.WindowChrome>
22+
<WindowChrome
23+
CaptionHeight="0"
24+
ResizeBorderThickness="5" />
25+
</WindowChrome.WindowChrome>
2126
<Grid>
2227

2328
<Grid.Resources>

0 commit comments

Comments
 (0)