Skip to content

Commit

Permalink
Shell|GUI: Resized error log dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 13, 2016
1 parent 615c948 commit feb9f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/tools/shell/src/errorlogdialog.cpp
Expand Up @@ -23,7 +23,7 @@ DENG2_PIMPL(ErrorLogDialog)
text->setReadOnly(true);
text->setFont(Preferences::consoleFont());
QFontMetrics metrics(text->font());
text->setMinimumWidth(metrics.width("A") * 90);
text->setMinimumWidth(metrics.width("A") * 120);
text->setMinimumHeight(metrics.height() * 15);
layout->addWidget(text, 1);

Expand Down

0 comments on commit feb9f78

Please sign in to comment.