summaryrefslogtreecommitdiff
path: root/client/mainwindow.cc
diff options
context:
space:
mode:
authorLars Bisballe Jensen <larsbisballe@gmail.com>2011-10-17 12:11:06 +0200
committerLars Bisballe Jensen <larsbisballe@gmail.com>2011-10-17 12:11:06 +0200
commit305ae3dc902594a597161b8243e7a590572374cc (patch)
tree08b83c5f1cad64e5e738166aabd0f1e0ffb27c6b /client/mainwindow.cc
parentd3a946d2cd44d47a762437ea1880de70adf06019 (diff)
about button now has maximum height
Diffstat (limited to 'client/mainwindow.cc')
-rw-r--r--client/mainwindow.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc
index 7db7076..1a63434 100644
--- a/client/mainwindow.cc
+++ b/client/mainwindow.cc
@@ -107,6 +107,7 @@ MainWindow::MainWindow(QString patientid, QString course, QString templ,
aboutButton = new QPushButton("Pracro v."VERSION, status);
aboutButton->setIcon(QIcon(":icons/icon.png"));
+ aboutButton->setMaximumHeight(18);
connect(aboutButton, SIGNAL(clicked()), this, SLOT(showAbout()));
status->addPermanentWidget(aboutButton);