Skip to content

Commit 35e17f1

Browse files
update label
1 parent f158042 commit 35e17f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

transparent_text_overlay/transparent_text_overlay.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __init__(self, overlay: OverlayWidget, config, displaySettings: DisplaySetti
9696
self.line_space_input.setPrefix("Linespace: ")
9797
self.line_space_input.setValue(self.displaySettings.lineSpace)
9898

99-
self.color_button1 = QPushButton("Pick a Color1", self)
99+
self.color_button1 = QPushButton("Pick Color1", self)
100100
self.color_button1.clicked.connect(self.open_color_picker1)
101101
self.color_button1.resize(150, 40)
102102
self.color_button1.setStyleSheet(f"""
@@ -106,7 +106,7 @@ def __init__(self, overlay: OverlayWidget, config, displaySettings: DisplaySetti
106106
}}
107107
""")
108108

109-
self.color_button2 = QPushButton("Pick a Color2", self)
109+
self.color_button2 = QPushButton("Pick Color2", self)
110110
self.color_button2.clicked.connect(self.open_color_picker2)
111111
self.color_button2.resize(150, 40)
112112
self.color_button2.setStyleSheet(f"""

0 commit comments

Comments
 (0)