Skip to content

Commit

Permalink
Issue #109: [ManagedUI] backgroup image dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Jul 23, 2017
1 parent 23b3863 commit 8786940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/src/WixSharp/ProjectValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public static void Validate(Project project)

if (invalidAspectRatio)
throw new ValidationException(
"Project.BackgroundImage has incompatible (with ManagedUI default dialogs) aspect ratio. The expected ratio is close to 492x312. " +
"Project.BackgroundImage has incompatible (with ManagedUI default dialogs) aspect ratio. The expected ratio is close to W(156)/H(312). " +
"The background image in ManagedUI dialogs is left-docked at runtime and if it's too wide it can push away (to right) " +
"the all other UI elements. " +
"You can suppress image validation by setting Project.ValidateBackgroundImage to 'false'.");
Expand Down

0 comments on commit 8786940

Please sign in to comment.