Formatting.

This commit is contained in:
Jeff Young
2021-10-15 12:45:43 +01:00
parent 27813e443a
commit 672b27f91a
7 changed files with 29 additions and 28 deletions
+2
View File
@@ -93,7 +93,9 @@ bool DIALOG_IMAGE_EDITOR::CheckValues()
if( !IsOK( this, wxString::Format( _( "This scale results in an image which is very large "
"(%.1f mm or %.2f in). Are you sure?" ),
25.4 / 300 * size_max, size_max /300.0 ) ) )
{
return false;
}
}
return true;