decrease text size

This commit is contained in:
2025-08-03 13:30:07 +02:00
parent 7000429856
commit 1d22f9b49d

View File

@@ -23,7 +23,7 @@ Widget doubleRowInfoTile(
flex: 10, flex: 10,
child: Text( child: Text(
"$titleOneUpperLeft $titleTwoUpperLeft", "$titleOneUpperLeft $titleTwoUpperLeft",
style: TextStyle(fontSize: 20), style: TextStyle(fontSize: 17),
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
maxLines: 1, maxLines: 1,
), ),
@@ -33,7 +33,7 @@ Widget doubleRowInfoTile(
flex: 3, flex: 3,
child: Text( child: Text(
"$titleUpperRight", "$titleUpperRight",
style: TextStyle(fontSize: 20), style: TextStyle(fontSize: 17),
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
maxLines: 1, maxLines: 1,
textAlign: TextAlign.end, textAlign: TextAlign.end,
@@ -47,7 +47,7 @@ Widget doubleRowInfoTile(
flex: 10, flex: 10,
child: Text( child: Text(
"$titleLowerLeft", "$titleLowerLeft",
style: TextStyle(fontSize: 20), style: TextStyle(fontSize: 17),
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
maxLines: 1, maxLines: 1,
), ),
@@ -57,7 +57,7 @@ Widget doubleRowInfoTile(
flex: 4, flex: 4,
child: Text( child: Text(
"$titleLowerRight", "$titleLowerRight",
style: TextStyle(fontSize: 20), style: TextStyle(fontSize: 17),
overflow: TextOverflow.ellipsis, overflow: TextOverflow.ellipsis,
maxLines: 1, maxLines: 1,
textAlign: TextAlign.end, textAlign: TextAlign.end,