teamspatzenhirn / rig_reconfigure

GUI tool for editing ROS 2 parameters at runtime
MIT License
79 stars 8 forks source link

Persist window size via .ini file #36

Closed authaldo closed 7 months ago

authaldo commented 7 months ago

Fixes the bug that the root window was always created with the default size (thereby ignoring the potentially different size stored in the .ini file).

This MR additionally includes minor refactoring (warnings, cleanup of CMakeLists.txt, ...)