Skip to content

Commit

Permalink
remove . 
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jan 24, 2023
1 parent 246f0a4 commit b81a681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wingetui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def askAboutPackageManagers(self, onclose: object):
self.w.setMinimumWidth(750)
self.w.setContentsMargins(20, 0, 20, 10)
mainLayout = QVBoxLayout()
label = (QLabel("<p style='font-size: 25pt;font-weight: bold;'>"+_("Welcome to WingetUI")+"</p><p style='font-size: 17pt;font-weight: bold;'>"+("You may now choose your weapons.&emsp;")+"</p>"))
label = (QLabel("<p style='font-size: 25pt;font-weight: bold;'>"+_("Welcome to WingetUI")+"</p><p style='font-size: 17pt;font-weight: bold;'>"+("You may now choose your weapons")+"</p>"))
label.setAlignment(Qt.AlignmentFlag.AlignCenter)
label.setWordWrap(True)
mainLayout.addWidget(label)
Expand Down

0 comments on commit b81a681

Please sign in to comment.