From d1552c334d54f2b8c02532d2982f458144b3f726 Mon Sep 17 00:00:00 2001 From: Jeremy Mack Wright Date: Fri, 28 Dec 2018 06:40:23 -0500 Subject: [PATCH] Experimented with the overlay just a little bit more. --- FinderOverlay.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FinderOverlay.py b/FinderOverlay.py index bfdacf7..b7fe78c 100644 --- a/FinderOverlay.py +++ b/FinderOverlay.py @@ -13,6 +13,8 @@ class FinderOverlay(QWidget): # container.setStyleSheet("background-color:black;") font_size = QLabel('Font Size') + font_size.fillColor = QColor(30, 30, 30, 120) + font_size.penColor = QColor("#333333") grid = QGridLayout() grid.setContentsMargins(50, 10, 10, 10)