This commit is contained in:
lollipopkit
2023-06-27 14:40:10 +08:00
parent 92e2e2a75f
commit 6d6048bc5c
6 changed files with 33 additions and 20 deletions

View File

@@ -124,7 +124,12 @@ class _ProcessPageState extends State<ProcessPage> {
child: TwoLineText(up: proc.pid.toString(), down: proc.user),
),
title: Text(proc.binary),
subtitle: Text(proc.command, style: grey, maxLines: 3, overflow: TextOverflow.fade,),
subtitle: Text(
proc.command,
style: grey,
maxLines: 3,
overflow: TextOverflow.fade,
),
trailing: Row(
mainAxisSize: MainAxisSize.min,
children: [