mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-27 12:21:11 +00:00
1f9a2e340c
* The Qt behaviour is that if you call setMinimumSize on a widget, then the minimumSizeHint is IGNORED. So it is impossible to say "use this minimum size, unless the widget wants a higher minimum size". * So instead we do this ourselves in RDLabel. Sigh.