Toggle navigation
This project
Loading...
Sign in
常守达
/
doublefeel_flutter
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
32082e0211306e6e7f5b82772093eafef11df825
Authored by
权海
2026-08-14 18:17:22 +0800
1 parent
92a550e3
build: skipped
feat(ui):自定义主题副标题支持多行
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/app/modules/watch_theme/widgets/custom_theme_card.dart
lib/app/modules/watch_theme/widgets/custom_theme_card.dart
View file @
32082e0
...
...
@@ -38,7 +38,7 @@ class CustomThemeCard extends StatelessWidget {
SizedBox
(
height:
4
),
Text
(
context
.
l10n
.
watchThemeCustomDescription
,
maxLines:
1
,
maxLines:
4
,
overflow:
TextOverflow
.
ellipsis
,
style:
TextStyle
(
color:
WatchThemeColors
.
textSecondary
,
...
...
Please
register
or
login
to post a comment