Disable minimization on all subwindows (#2983)

* Disable minimization on all subwindows

* Change the maximize button icon

* Remove redundant boolean

* Make the maximize icon play better with the close icon

* I removed too much maaan

* Fix spaces

* Change comments
This commit is contained in:
Umcaruje
2016-09-28 01:01:24 +02:00
committed by BaraMGB
parent 61dfed9421
commit be5cc6685e
7 changed files with 18 additions and 33 deletions

View File

@@ -70,7 +70,6 @@ private:
const QSize m_buttonSize;
const int m_titleBarHeight;
QPushButton * m_closeBtn;
QPushButton * m_minimizeBtn;
QPushButton * m_maximizeBtn;
QPushButton * m_restoreBtn;
QBrush m_activeColor;