Skip to content

Commit

Permalink
Upgrade to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liyansong2018 committed Oct 10, 2021
1 parent 51caa76 commit 311a58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/dialog_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def msg_about(self, data):


def diaglog_about(self):
info = self.tr("Reverse Widget\nVersion: V1.0\nAuthor: Yansong Li\nPowered by open-source software")
info = self.tr("Reverse Widget\nVersion: V1.1\nAuthor: Yansong Li\nPowered by open-source software")
self.msg_about(info)

def dialog_user_key(self):
Expand Down
2 changes: 1 addition & 1 deletion ui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def setupUi(self, MainWindow):
MainWindow.setObjectName("MainWindow")
MainWindow.setWindowModality(QtCore.Qt.NonModal)
MainWindow.setEnabled(True)
MainWindow.resize(1139, 700)
MainWindow.resize(1000, 600)
icon = QtGui.QIcon()
icon.addPixmap(QtGui.QPixmap("ui/resources/pictures/hacker.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
MainWindow.setWindowIcon(icon)
Expand Down

0 comments on commit 311a58c

Please sign in to comment.