Files
KDDockWidgets/Changelog
Sergio Martins 9c6fd9ba0e Add support for lazy resize
In this mode the resize is only done when mouse is released.

Fixes #21
2019-12-29 17:55:19 +00:00

10 lines
323 B
Plaintext

* v1.0 (November 4th, 2019)
- Initial Release
* v1.1 (, 2020)
Features:
- Allow tab re-ordering with mouse, via KDDockWidgets::Config::Flag_AllowReorderTabs.
- Add support for lazy resize. Resize is only done when mouse is released.
Fixes:
- Fix dock widgets not filling their complete available space