Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Apr 1, 2021
1 parent aaa16a4 commit 8c3f908
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from modules import globals
globals.version = "2.0"
globals.version = "2.1"

import sys

Expand Down
1 change: 0 additions & 1 deletion modules/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def reset(self):
self.scrolling = False

async def marquee(self):
# label_width = QFontMetrics(self.font()).width(self.text())
label_width = self.fontMetrics().boundingRect(self.text()).width()
if label_width > globals.gui.max_info_width:
self.label_x = -1
Expand Down

0 comments on commit 8c3f908

Please sign in to comment.