# HG changeset patch
# User Wuzzy <almikes@aol.com>
# Date 1460552027 -7200
# Node ID f6fc7e9bef3db775a9ff7a9062b90f883edee63b
# Parent  7718ebf8cf1493a6b2b2002c7a17adda8f61ca41
Make tab of mission list tab header blend into mission list

diff -r 7718ebf8cf14 -r f6fc7e9bef3d QTfrontend/ui/page/pagetraining.cpp
--- a/QTfrontend/ui/page/pagetraining.cpp	Wed Apr 13 14:52:35 2016 +0200
+++ b/QTfrontend/ui/page/pagetraining.cpp	Wed Apr 13 14:53:47 2016 +0200
@@ -79,6 +79,8 @@
     // let's not make the tab widget use more space than needed
     tbw->setFixedWidth(400);
     pageLayout->setAlignment(tbw, Qt::AlignHCenter);
+    
+    tbw->setStyleSheet("QListWidget { border-style: none; padding-top: 6px; }");
 
     // training/challenge/scenario lists
     lstTrainings = new QListWidget(this);