mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-28 18:31:40 +00:00
* 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.