We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90870fd commit bf68a6eCopy full SHA for bf68a6e
1 file changed
FBver/FB_lists.py
@@ -1,4 +1,3 @@
1
-import sys
2
import os
3
import sys
4
@@ -584,7 +583,7 @@ def initUI(self):
584
583
title_bar = QWidget()
585
title_bar.setFixedHeight(50)
586
title_bar.setStyleSheet("""
587
- background-color: #e6f0ff;
+ background-color: #e8f4f5;
588
border-top-left-radius: 5px;
589
border-top-right-radius: 5px;
590
""")
@@ -593,7 +592,7 @@ def initUI(self):
593
592
594
self.title_label = QLabel("任務執行順序")
595
self.title_label.setStyleSheet("color: #88c5ec;")
596
- self.title_label.setFont(QFont("微軟雅黑", 10, QFont.Bold))
+ self.title_label.setFont(QFont("微軟雅黑", 13, QFont.Bold))
597
title_bar_layout.addWidget(self.title_label)
598
title_bar_layout.addStretch(1)
599
0 commit comments