Skip to content

Commit ab202af

Browse files
author
Jean 28518
committed
Adjust size of diskspace widget
1 parent 8f72954 commit ab202af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/widgets/disk_space.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class DiskSpace extends StatelessWidget {
5353
return Card(
5454
child: Container(
5555
width: min(MediaQuery.of(context).size.width - 700,
56-
barCharts.length * 55.0 + 55.0),
56+
barCharts.length * 55.0 + 75.0),
5757
height: 150,
5858
padding: const EdgeInsets.all(10),
5959
child: Scrollbar(

0 commit comments

Comments
 (0)