Skip to content

Commit

Permalink
Update fucks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pioniere authored Oct 19, 2022
1 parent a6d9ee9 commit 7c834a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fucks.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
layout = [
[sg.Text('Fucks Not Given', font = bigfnt, justification='center')],
[sg.Text('Today: ', font = fnt), sg.Text(todayFucks, size=(2,1), key='tFucks', font = fnt), sg.Text('Alltime: ', font = fnt), sg.Text(alltimeFucks, size=(3,1), key='aFucks', font = fnt)],
[sg.Button(' Don\'t Give A Fuck ', font = fnt), sg.Button(' Fuck It ', font = fnt)]
[sg.Button(' Don\'t Give A Fuck ', font = fnt), sg.Button(' Quit ', font = fnt)]

]

Expand All @@ -67,4 +67,4 @@
window.FindElement('tFucks').update(todayFucks)
window.FindElement('aFucks').update(alltimeFucks)

window.close()
window.close()

0 comments on commit 7c834a6

Please sign in to comment.