From 266111829d56b6de7c2b87c11a94f39bbdc742a6 Mon Sep 17 00:00:00 2001 From: alessandro90 Date: Thu, 25 Apr 2019 19:58:28 +0200 Subject: [PATCH] Change color of forecast labels with downloadable images --- fixed_aspect_ratio_label.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixed_aspect_ratio_label.py b/fixed_aspect_ratio_label.py index 2461c29..27c00e8 100644 --- a/fixed_aspect_ratio_label.py +++ b/fixed_aspect_ratio_label.py @@ -9,7 +9,7 @@ class FixedAspectRatioLabel(QLabel): def set_default_stylesheet(self): self.setStyleSheet(""" color: #ffffff; - background-color: #666666; + background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0,stop:0 #304352 ,stop: 1 #d7d2cc); """) def make_transparent(self):