~~items~~ height

reviewable/pr11678/r19
SomeGuy 4 weeks ago committed by GitHub
parent 3bcff2ad98
commit 64a367b774
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1885,7 +1885,7 @@ With this feature enabled, the current page is factored in, resulting in the cou
},
{
text_func = function()
return T(_("Items height: %1"), self.settings.container_height)
return T(_("Height: %1"), self.settings.container_height)
end,
callback = function(touchmenu_instance)
local SpinWidget = require("ui/widget/spinwidget")

Loading…
Cancel
Save