修改提示文字

This commit is contained in:
2025-05-20 03:02:08 +08:00
parent 9ca61d5092
commit 8d063fd08a

View File

@@ -61,7 +61,7 @@ class ExportSettingsCard(GroupHeaderCardWidget):
self.startButton = PrimaryPushButton(FluentIcon.PLAY_SOLID, "开始") self.startButton = PrimaryPushButton(FluentIcon.PLAY_SOLID, "开始")
self.hintIcon = IconWidget(InfoBarIcon.INFORMATION) self.hintIcon = IconWidget(InfoBarIcon.INFORMATION)
self.hintLabel = BodyLabel("点击导出按钮以开始生成 👉") self.hintLabel = BodyLabel("点击开始按钮以开始生成 👉")
self.chooseExportDirectoryButton.setFixedWidth(120) self.chooseExportDirectoryButton.setFixedWidth(120)
self.startButton.setFixedWidth(120) self.startButton.setFixedWidth(120)
self.exportFileNameLineEdit.setFixedWidth(360) self.exportFileNameLineEdit.setFixedWidth(360)