[gen] Ergonomic improvements: added a breadcrumb, more compact design.
This commit is contained in:
parent
3ec1270fc2
commit
387fbaea7c
11 changed files with 137 additions and 99 deletions
|
@ -1172,9 +1172,8 @@ class String(Type):
|
|||
# Default width, height and maxChars vary according to String format
|
||||
if width == None:
|
||||
if format == String.TEXT: self.width = 60
|
||||
# This width corresponds to the standard width of an Appy page,
|
||||
# minus the portlet.
|
||||
if format == String.XHTML: self.width = 750
|
||||
# This width corresponds to the standard width of an Appy page.
|
||||
if format == String.XHTML: self.width = 870
|
||||
else: self.width = 30
|
||||
if height == None:
|
||||
if format == String.TEXT: self.height = 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue