Skip to content

Commit

Permalink
- small splash adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
JannickWeisshaupt committed Nov 26, 2018
1 parent 1c3bfe7 commit 25f2d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def make_splash_screen():
progressBar = QtGui.QProgressBar(splash)
progressBar.setTextVisible(False)
progressBar.setMaximum(10)
progressBar.setGeometry(70, 350, 150, 20)
progressBar.setGeometry(80, 345, 150, 10)

# splash.setMask(splash_pix.mask())

Expand Down

0 comments on commit 25f2d49

Please sign in to comment.