kaserf / rosdashboard

ROS Dashboard is a graphical tool to allow you easy debugging and monitoring of your robot. It is designed to give you all the flexibility to extend the tool however you want to fit your scenario best.
7 stars 1 forks source link

Make widgets on the dashboard resizeable #18

Closed kaserf closed 12 years ago

kaserf commented 12 years ago

should probably be implemented in DashboardWidget and the children need to have proper size policy set (the default probably is fine...)

kaserf commented 12 years ago

after a number of failed attempts to re use existing code I wrote the code to resize widgets on the dashboard myself.