Skip to content

Commit

Permalink
Line spacing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
letow committed Aug 30, 2021
1 parent de82097 commit 7377fc0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build2.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,6 @@ def bongiorno(self):
if __name__ == '__main__':
App = QApplication(sys.argv)
QFontDatabase.addApplicationFont('buildres/playtime.ttf')
App.setStyleSheet('QLabel{font-family: Playtime With Hot Toddies;}')
App.setStyleSheet('QLabel{font-family: Playtime With Hot Toddies; line-height: 100%}')
window = Patch()
sys.exit(App.exec())
Binary file modified setup.exe
Binary file not shown.

0 comments on commit 7377fc0

Please sign in to comment.