Experimented with the overlay just a little bit more.

This commit is contained in:
Jeremy Mack Wright 2018-12-28 06:40:23 -05:00
parent fb240753ac
commit d1552c334d

View File

@ -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)