Skip to content

Commit

Permalink
#20 добавена кнопка "развернуть" в tilebar PluginGame5GraphDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChernov committed Nov 18, 2014
1 parent 13d9c03 commit 90d612b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ namespace
} // end anonymous namespace

PluginGame5GraphDialog::PluginGame5GraphDialog(QWidget * pParent)
: QDialog(pParent, Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint | Qt::WindowCloseButtonHint)
: QDialog(pParent, Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint | Qt::WindowMaximizeButtonHint| Qt::WindowCloseButtonHint)
, m_traceTimeStamp(getTraceTimeStamp())
, m_clickedNode(NULL)
, m_nodeWidth(0)
Expand Down

0 comments on commit 90d612b

Please sign in to comment.