Change max width of title of memeory widget
This commit is contained in:
parent
4bb9ded136
commit
dcfaa6b9cb
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ class _MemoryWidgetState extends State<MemoryWidget> {
|
|||
child: Material(
|
||||
type: MaterialType.transparency,
|
||||
child: ConstrainedBox(
|
||||
constraints: const BoxConstraints(maxWidth: 72),
|
||||
constraints: const BoxConstraints(maxWidth: 84),
|
||||
child: Text(
|
||||
title,
|
||||
style: getEnteTextTheme(context).mini,
|
||||
|
|
Loading…
Add table
Reference in a new issue