mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Disable maximize button in window title bar
--HG-- branch : develop
This commit is contained in:
parent
df1e6aa11b
commit
1ba31e36d7
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ CMainWindow::CMainWindow():QMainWindow(), m_statusLabel(NULL)
|
|||
{
|
||||
setupUi(this);
|
||||
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowMaximizeButtonHint);
|
||||
|
||||
// downloader
|
||||
m_downloader = new CDownloader(this);
|
||||
|
||||
|
|
Loading…
Reference in a new issue