Skip to content

Commit

Permalink
New 2020 version of SkewbSkills as .zip archive
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaStein committed Jan 1, 2020
1 parent 1c3dac6 commit 6426350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def CreateLayout(self):

# this label shows some info about the creator
self.creatorlabel = QLabel(self)
self.creatorlabel.setText(2019, Annika Stein")
self.creatorlabel.setText(2020, Annika Stein")
self.creatorlabel.setMinimumHeight(50)
gridLayout.addWidget(self.creatorlabel, 2, 1)

Expand Down Expand Up @@ -422,7 +422,7 @@ def CreateLayout(self):

# this label shows some info about the creator
self.creatorlabel = QLabel(self)
self.creatorlabel.setText(2019, Annika Stein")
self.creatorlabel.setText(2020, Annika Stein")
self.creatorlabel.setMinimumHeight(50)
self.gridLayout.addWidget(self.creatorlabel, 4, 2)

Expand Down Expand Up @@ -1151,7 +1151,7 @@ def CreateLayout(self):

# this label shows some info about the creator
self.creatorlabel = QLabel(self)
self.creatorlabel.setText(2019, Annika Stein")
self.creatorlabel.setText(2020, Annika Stein")
self.creatorlabel.setMinimumHeight(50)
self.gridLayout.addWidget(self.creatorlabel, 11, 2)

Expand Down
Binary file added SkewbSkillsFilesV2.0.zip
Binary file not shown.

0 comments on commit 6426350

Please sign in to comment.