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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user