Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

Element name is sometimes cut off in Properties pane #30

Closed Remi05 closed 3 years ago

Remi05 commented 3 years ago

When an element's name is longer than the width of the properties pane, it gets cut off. Users should be able to see the entire name.

Issue screenshot: image

Here are some ideas on how to address this:

Remi05 commented 3 years ago

We could probably address this at the same time as #15.

Remi05 commented 3 years ago

Fixed by adding a tooltip and ellipsis in commit 212547f71e12a446b08db790a8a0fe03554362b0.

Screenshots:

Outlines_30_ElementName_CutOff