FileManager: replace arrows by ellipsis to indicate cut-off long filenames

pull/2567/head
Bastien Dejean 7 years ago committed by Qingping Hou
parent 79fd02e020
commit ee54e127b1

@ -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,

Loading…
Cancel
Save