Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
柴进
/
GoogleNanoBananaApp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
35ef995d
authored
2025-12-05 01:21:00 +0800
by
柴进
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
提示词文本框增大两个字号
1 parent
32c7b837
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
image_generator.py
image_generator.py
View file @
35ef995
...
...
@@ -1366,6 +1366,7 @@ class ImageGeneratorWindow(QMainWindow):
# Prompt text area
self
.
prompt_text
=
QTextEdit
()
self
.
prompt_text
.
setStyleSheet
(
"font-size: 16px;"
)
self
.
prompt_text
.
setPlainText
(
"一幅美丽的风景画,有山有湖,日落时分"
)
self
.
prompt_text
.
textChanged
.
connect
(
self
.
check_favorite_status
)
prompt_layout
.
addWidget
(
self
.
prompt_text
)
...
...
Please
register
or
sign in
to post a comment