From ee54e127b14609a7b4d247cbe7a1c90405403240 Mon Sep 17 00:00:00 2001 From: Bastien Dejean Date: Tue, 21 Feb 2017 03:08:28 +0100 Subject: [PATCH] FileManager: replace arrows by ellipsis to indicate cut-off long filenames --- frontend/ui/widget/menu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/ui/widget/menu.lua b/frontend/ui/widget/menu.lua index 16bac7798..3c237ad30 100644 --- a/frontend/ui/widget/menu.lua +++ b/frontend/ui/widget/menu.lua @@ -177,7 +177,7 @@ function MenuItem:init() {"Right"}, doc = "show item detail" } end - local indicator = " >> " + local indicator = "\226\128\166 " -- an ellipsis local indicator_w = RenderText:sizeUtf8Text(0, self.dimen.w, self.face, indicator, true, self.bold).x self.text = RenderText:getSubTextByWidth(my_text, self.face,