-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
The change in ros-visualization/rqt_common_plugins#398 made it so the message column is not resizable by the user (Stretch mode documentation says "The size cannot be changed by the user or programmatically.").
This is a problem when rqt starts as a small window, e.g. on small screens. Here's a screenshot from a 1366 x 768 monitor:
As you could imagine, I was annoyed that I couldn't resize the small message column (and surprised that it behaved differently to the other columns).
Perhaps it's sufficient to just change the default column width to something larger than the other columns?
mikaelarguedas and fantauzzi