bsimser / Inventory-Pro

https://devdog.io
MIT License
2 stars 0 forks source link

Right justify check boxes in Manager and Inspector panes #199

Closed bsimser closed 8 years ago

bsimser commented 8 years ago

Original report by Victor Didra (Bitbucket: victor_didra, ).


Check boxes are currently left justified, causing them to truncate their labels.

While some select boxes and text fields can't help but truncate longer descriptions, check boxes are very small and if moved to the left side, leave plenty of space.

This is particularly a problem in the Main Manager, where the right pane is not resizable. For instance, in Pickup & Usage, there is a checkbox with the label

Always Trigger Gold Item Pickup

If the box were moved to the right side, the label would be readable.

Alternately, the right pane could be resizable.

bsimser commented 8 years ago

Original comment by Victor Didra (Bitbucket: victor_didra, ).


Another one, in Dialogs. Show Confirmation Dialog when D Show Confirmation Dialog Min Rar (I'm guessing Rarity)

bsimser commented 8 years ago

Original comment by Victor Didra (Bitbucket: victor_didra, ).


I realize that the Unity Editor defaults to left justification for checkboxes. Another alternative would be tooltips for long names.