X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/3d2bd095b354c5ba84f51073b26c752290467784..4c3b4c7fe03bcc7e70fd846b954ffc83bdbcfaa3:/hotline/client.go?ds=sidebyside diff --git a/hotline/client.go b/hotline/client.go index 5016a50..fb3f4e7 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -288,7 +288,7 @@ func handleGetFileNameList(c *Client, t *Transaction) (res []Transaction, err er } else { size := binary.BigEndian.Uint32(fn.FileSize) / 1024 - node := tview.NewTreeNode(fmt.Sprintf(" %-30s %15v KB", fn.Name, size)) + node := tview.NewTreeNode(fmt.Sprintf(" %-40s %10v KB", fn.Name, size)) node.SetReference(&fn) root.AddChild(node) }