mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
ui: maxLines: 1 on bottom menu (#2173)
This commit is contained in:
parent
063edded3d
commit
ea27a39e50
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ class ActionButton extends StatelessWidget {
|
||||||
SizedBox(height: 4),
|
SizedBox(height: 4),
|
||||||
Text(
|
Text(
|
||||||
title,
|
title,
|
||||||
|
maxLines: 1,
|
||||||
|
overflow: TextOverflow.visible,
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 9,
|
fontSize: 9,
|
||||||
color: textColor ??
|
color: textColor ??
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue