David
David
Try today's nightly please Edit: but that probably won't work anyway if you use fuzzy search
okay my bad.
> Or it could use the complete width, like it does if placed at the top or at the bottom. I don’t think it uses the whole width though, just...
Yes i get that, the thing about the middle one is that it uses the info box so that would need to change
https://github.com/koreader/koreader/blob/ca569c1355d14ad023eb1bcad7b995ae027e423d/frontend/ui/screensaver.lua#L642-L647
https://github.com/koreader/koreader/blob/5d2782ddfefe63ca2007c4e9019bc74c0ec6efcb/frontend/ui/widget/menu.lua#L154-L167 https://github.com/koreader/koreader/blob/5d2782ddfefe63ca2007c4e9019bc74c0ec6efcb/frontend/ui/widget/textwidget.lua#L67-L88
Not quite shrink to fit, but I think I found a solution although it sacrifices some padding: ```lua elseif self.limit_to_one_line then text_widget = TextWidget:new{ text = self.text, face = self.face,...
> If unneeded, the InfoMessage `i` icon can be removed by `show_icon = false`. yes, I tried that already and it both looks quite *ugly* and still won't fit that...
@poire-z might want to pass judgment here...
> I would just remove the special case of "middle" using InfoMessage (so, don't try to fix this in InfoMessage as you'll be solving only this case and not the...