Skip to content

Commit

Permalink
Poprawki
Browse files Browse the repository at this point in the history
  • Loading branch information
JanPaJ committed Jul 29, 2022
1 parent f5aec31 commit 0f528bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ def __new__(cls, *args):

class ProgressDialog(QProgressDialog, SingletonModel):

def __init__(self, parent=None, title='GIAP-PolaMap'):
def __init__(self, parent=None, title='GIAP-PolaMap(lite)'):
super(ProgressDialog, self).__init__(parent)
self.setWindowTitle(title)
self.setWindowIcon(QIcon(':/plugins/GIAP-PolaMap/icons/giap_logo.png'))
self.setWindowIcon(icon_manager(['window_icon'])['window_icon'])
self.setLabelText('Proszę czekać...')
self.setFixedWidth(300)
self.setFixedHeight(100)
Expand Down

0 comments on commit 0f528bd

Please sign in to comment.