Skip to content

Commit

Permalink
made "Advanced Mode" label bold
Browse files Browse the repository at this point in the history
  • Loading branch information
DevLARLEY authored Feb 24, 2024
1 parent 0e7c55d commit 3faea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def __init__(self, main):
self.setWindowIcon(util.getIcon())
self.label = QtWidgets.QLabel("Advanced Mode", self)
self.label.setGeometry(QtCore.QRect(87, 0, 171, 31))
self.label.setFont(util.getFont(17, False, False))
self.label.setFont(util.getFont(17, False, True))
self.groupBox = QtWidgets.QGroupBox(" Content Source ", self)
self.groupBox.setGeometry(QtCore.QRect(10, 33, 326, 161))
self.groupBox_2 = QtWidgets.QGroupBox(" ", self.groupBox)
Expand Down

0 comments on commit 3faea37

Please sign in to comment.