Bug 443382 - [Properties View][Toolsmiths] Truncated labels in generated properties pages
Summary: [Properties View][Toolsmiths] Truncated labels in generated properties pages
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Views (show other bugs)
Version: 1.0.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-05 03:38 EDT by Sebastien GABEL CLA
Modified: 2017-09-08 09:53 EDT (History)
3 users (show)

See Also:


Attachments
Truncated labels in the case of an editor customization (15.18 KB, image/jpeg)
2014-09-05 03:38 EDT, Sebastien GABEL CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastien GABEL CLA 2014-09-05 03:38:30 EDT
Created attachment 246760 [details]
Truncated labels in the case of an editor customization

After having generated and deployed properties pages, some labels may be truncated depending the length of the original property name. 
I remember having seen in the Papyrus code that the labels displayed are limited to something like 120px...
It would be nice to have a mechanism able to adapt the display to the longest label size notably when the limit size is exceeded.
Comment 1 Camille Letavernier CLA 2014-09-05 10:20:55 EDT
The main issue for this one is that Labels and Editors are wrapped in a single composite. Thus, it is not possible to align them automatically with a Grid layout.

It might be possible with another kind of Layout