Skip to content

Commit

Permalink
EMSUSD-256 make description not collapsable.
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebai-adsk committed Jul 26, 2023
1 parent b77ebdf commit 159de82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mayaUsd/resources/scripts/mayaUsdAddMayaReference.mel
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ proc fileOptionsTabPage(string $tabLayout)
string $topForm = `columnLayout -rowSpacing 5 actionOptionsForm`;

setParent $topForm;
frameLayout -label `getMayaUsdLibString("kMayaRefDescription")` -height 170 -mw $gOptionBoxTemplateDescriptionMarginWidth;
frameLayout -label `getMayaUsdLibString("kMayaRefDescription")` -height 170 -mw $gOptionBoxTemplateDescriptionMarginWidth -collapsable 0;
columnLayout;
text -align "left" -wordWrap true -height 80 -label `getMayaUsdLibString("kMayaRefAddToUSDDescription1")`;
text -align "left" -wordWrap true -height 50 -label `getMayaUsdLibString("kMayaRefAddToUSDDescription2")`;
Expand Down

0 comments on commit 159de82

Please sign in to comment.