Skip to content

Commit

Permalink
History docker was not resizable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Portnov committed Oct 6, 2018
1 parent dd6a1be commit 1e6309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/history.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
myHistory::myHistory(QWidget* parent)
: QFrame(parent)
{
setFixedWidth(240);
//setFixedWidth(240);

m_gamelist = new QComboBox(this);
connect(m_gamelist, SIGNAL(activated(int)),
Expand Down

0 comments on commit 1e6309e

Please sign in to comment.