Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
uyitroa committed Jun 24, 2020
1 parent cff697c commit 1fac3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UpdateButton.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ def changesize(self):
y = scale * self.text_y

fontsize = scale * self.default_fontsize
self.text.setStyleSheet("font-size: %ipt; font-weight: bold; color: white; background-color: transparent;QToolTip { background-color:white;color: black; }" % fontsize)
self.text.setStyleSheet("QLabel{font-size: %ipt; font-weight: bold; color: white; background-color: transparent;}QToolTip { background-color:white;color: black; }" % fontsize)
self.text.setGeometry(x, y, self.width(), self.height())

0 comments on commit 1fac3c2

Please sign in to comment.