Skip to content

Commit

Permalink
[Client Switcher] Improve Log View dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
tehnick committed May 23, 2020
1 parent 837df5c commit 0f3a325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generic/clientswitcherplugin/viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Viewer::Viewer(QString filename, IconFactoryAccessingHost *IcoHost, QWidget *par
{
setAttribute(Qt::WA_DeleteOnClose);
setWindowTitle(filename);
setWindowFlags(Qt::Dialog | Qt::WindowTitleHint | Qt::WindowMinMaxButtonsHint |
Qt::WindowCloseButtonHint | Qt::CustomizeWindowHint);
QVBoxLayout *layout = new QVBoxLayout(this);
textWid = new QTextEdit();
QPalette pal = textWid->palette();
Expand Down

0 comments on commit 0f3a325

Please sign in to comment.