Prashant Cholachagudda
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.DesignerSupport/DesignWindowLoader.cs
|
|
|
@ -90,7 +90,7 @@ namespace Avalonia.DesignerSupport |
|
|
|
}; |
|
|
|
} |
|
|
|
else if (loaded is Application) |
|
|
|
control = new TextBlock { Text = "Application can't be previewed in design view" }; |
|
|
|
control = new TextBlock { Text = "This file cannot be previewed in design view" }; |
|
|
|
else |
|
|
|
control = (Control)loaded; |
|
|
|
|
|
|
|
|