Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rachpt committed Feb 6, 2021
1 parent 1e8d156 commit 522ce89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion lanzou/gui/dialogs/merge_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,19 @@ def initUI(self):
self.buttonBox.setStandardButtons(QDialogButtonBox.Ok | QDialogButtonBox.Cancel)
self.buttonBox.button(QDialogButtonBox.Ok).setText("提取")
self.buttonBox.button(QDialogButtonBox.Cancel).setText("关闭")
self.buttonBox.setStyleSheet(btn_style)

vbox = QVBoxLayout()
hbox_head = QHBoxLayout()
hbox_button = QHBoxLayout()
hbox_head.addWidget(self.choose_lb)
hbox_head.addWidget(self.choose_folder)
hbox_head.addStretch(1)
hbox_button.addWidget(self.buttonBox)
vbox.addWidget(self.logo)
vbox.addStretch(1)
vbox.addWidget(self.status)
vbox.addLayout(hbox_head)
vbox.addStretch(1)
vbox.addLayout(hbox_button)
self.setLayout(vbox)
self.setMinimumWidth(350)
Expand Down
10 changes: 5 additions & 5 deletions version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 3, 7, 0),
prodvers=(0, 3, 7, 0),
filevers=(0, 3, 8, 0),
prodvers=(0, 3, 8, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
Expand All @@ -17,12 +17,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'rachpt.cn'),
StringStruct(u'FileDescription', u'蓝奏云客户端'),
StringStruct(u'FileVersion', u'0.3.7'),
StringStruct(u'FileVersion', u'0.3.8'),
StringStruct(u'InternalName', u'lanzou-gui'),
StringStruct(u'LegalCopyright', u'Copyright (c) rachpt'),
StringStruct(u'OriginalFilename', u'lanzou-gui_win64_v0.3.7.exe'),
StringStruct(u'OriginalFilename', u'lanzou-gui_win64_v0.3.8.exe'),
StringStruct(u'ProductName', u'lanzou-gui_win64'),
StringStruct(u'ProductVersion', u'0.3.7 (r210110)')])
StringStruct(u'ProductVersion', u'0.3.8 (r210207)')])
]),
VarFileInfo([VarStruct(u'Translation', [2052, 1033])])
]
Expand Down

0 comments on commit 522ce89

Please sign in to comment.