[Case 6569] Minor: Break up line to pass column count guidelines.

Changes Committed:
    modified:   interface/resources/qml/hifi/tablet/NewModelDialog.qml
This commit is contained in:
LaShonda Hopper 2017-11-08 18:35:12 -05:00
parent a057cb914f
commit 0e90c92cf5

View file

@ -172,7 +172,8 @@ Rectangle {
if (dynamic.checked) {
currentIndex = priorIndex;
errorMessageBox("Models with Automatic Collisions set to \"" + staticMeshCollisionText + "\" cannot be dynamic.");
errorMessageBox("Models with Automatic Collisions set to \""
+ staticMeshCollisionText + "\" cannot be dynamic.");
//--EARLY EXIT--( Can't have a static mesh model that's dynamic )
return;
}