View Single Post
Old 03-05-2025, 11:21 AM   #2
untilyouarrived
Enthusiast
untilyouarrived once ate a cherry pie in a record 7 seconds.untilyouarrived once ate a cherry pie in a record 7 seconds.untilyouarrived once ate a cherry pie in a record 7 seconds.untilyouarrived once ate a cherry pie in a record 7 seconds.untilyouarrived once ate a cherry pie in a record 7 seconds.untilyouarrived once ate a cherry pie in a record 7 seconds.untilyouarrived once ate a cherry pie in a record 7 seconds.untilyouarrived once ate a cherry pie in a record 7 seconds.untilyouarrived once ate a cherry pie in a record 7 seconds.untilyouarrived once ate a cherry pie in a record 7 seconds.untilyouarrived once ate a cherry pie in a record 7 seconds.
 
untilyouarrived's Avatar
 
Posts: 29
Karma: 1592
Join Date: Jul 2021
Location: Yorkshire, UK
Device: Kindle Paperwhite, Kindle Scribe, Remarkable 2, HiSense Hi Reader
Solved with help from the maintainers:

Setting h=0 in listmenu.lua, here, has the desired effect:

function ListMenu:_updateItemsBuildUI()
-- Build our list
local line_widget = LineWidget:new{
dimen = Geom:new{ w = self.width or self.screen_w, h = Size.line.thin },
background = Blitbuffer.COLOR_DARK_GRAY,
}
untilyouarrived is offline   Reply With Quote