mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
8aebd159fc
Replace QToolButton instances with QPushButton. QToolButton is only meant to be used on tool bars and some other special situations. Worse, we had a mix of QToolButton and QPushButton for things that clearly should be using the same widget. This will improve visual consistency and may fix some rendering issues.