ui: maxLines: 1 on bottom menu (#2173)

This commit is contained in:
cyan 2025-04-07 18:42:29 +02:00 committed by GitHub
parent 063edded3d
commit ea27a39e50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,8 @@ class ActionButton extends StatelessWidget {
SizedBox(height: 4),
Text(
title,
maxLines: 1,
overflow: TextOverflow.visible,
style: TextStyle(
fontSize: 9,
color: textColor ??