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

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

parent 1c65b8fa
Branches
Tags
No related merge requests found
...@@ -23,10 +23,10 @@ ...@@ -23,10 +23,10 @@
<string name="simplifying">Simplifying...</string> <string name="simplifying">Simplifying...</string>
<text left="15" bottom="25" follows="top|left" height="15" max_length_bytes="64" name="name_label"> <text left="15" bottom="25" follows="top|left" height="15" 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" max_length_bytes="64"
name="description_form" prevalidate_callback="ascii" width="290" /> name="description_form" prevalidate_callback="ascii" width="290" />
<text bottom_delta="20" left="15" follows="left|top" height="15" name="lod_label"> <text bottom_delta="20" left="15" follows="left|top" height="15" name="lod_label">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment