Skip to content
Snippets Groups Projects
Commit 90ac5f83 authored by Loren Shih's avatar Loren Shih
Browse files

SH-769 FIXED Name field in upload model dialog allows 255 characters...

parent b714ecaf
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<string name="simplifying">Simplifying...</string> <string name="simplifying">Simplifying...</string>
<text left="15" bottom="25" follows="top|left" height="15" name="name_label"> <text left="15" bottom="25" follows="top|left" height="15" max_length_bytes="64" name="name_label">
Name: Name:
</text> </text>
<line_editor bottom_delta="20" follows="top|left|right" height="19" <line_editor bottom_delta="20" follows="top|left|right" height="19"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment