Skip to content

Commit 12bd340

Browse files
authored
Slight change to light stylesheet
set widget background color to #efefef
1 parent 8b2a13e commit 12bd340

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

qualcoder/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,12 +540,14 @@ def merge_settings_with_default_stylesheet(self, settings):
540540
"QTreeWidget {font-size: " + str(settings.get('treefontsize')))
541541

542542
style = "* {font-size: 12px; color: #000000;}\n\
543+
QWidget {background-color: #efefef; color: #000000}\n\
543544
QWidget:focus {border: 2px solid #f89407;}\n\
544545
QComboBox:hover,QPushButton:hover {border: 2px solid #ffaa00;}\n\
545546
QGroupBox {border: None;}\n\
546547
QGroupBox:focus {border: 3px solid #ffaa00;}\n\
547548
QTextEdit:focus {border: 2px solid #ffaa00;}\n\
548549
QToolTip {background-color: #fffacd; color:#000000; border: 1px solid #f89407; }\n\
550+
QMenu {border: 1px solid #808080;}\n\
549551
QListWidget::item:selected {border-left: 2px solid red; color: #000000;}\n\
550552
QTableWidget:focus {border: 3px solid #ffaa00;}\n\
551553
QTreeWidget {font-size: 12px;}\n\

0 commit comments

Comments
 (0)