blue bg in training guide

old-commit-hash: 4a03d1cb648cbfe466b02f114fdab86876f89580
This commit is contained in:
Adeeb Shihadeh
2021-01-29 13:41:48 -08:00
parent 48282f36a4
commit 07747aea97
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -60,6 +60,9 @@ TrainingGuide::TrainingGuide(QWidget* parent) {
QWidget* sw = layout2Widget(slayout);
hlayout->addWidget(sw, 1, Qt::AlignCenter);
setLayout(hlayout);
setStyleSheet(R"(
background-color: #072339;
)");
}
+1 -1
View File
@@ -6,7 +6,7 @@
#include <QMouseEvent>
class TrainingGuide : public QWidget {
class TrainingGuide : public QFrame {
Q_OBJECT
public: