From 3b12634e6bc966cb2b2e7f21e9a435cdd20f0bc4 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 17 Oct 2011 17:38:10 +0000 Subject: Commit FS#12321 - Touchscreen: List line padding, to more easily select lines This adds line padding to lists on touchscreens, in order to make lists reasonably useful without huge fonts. It's configurable: * Automatic (default, line height calculated using a lcd dpi aware function) * Off (status quo, line height = font height) * X pixels (from 2 to 50 in even steps) The automatic setting should/aims to Just Work Out Of The Box on all targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30773 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang/english.lang | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'apps/lang/english.lang') diff --git a/apps/lang/english.lang b/apps/lang/english.lang index 0e4d4bfc04..eb3c963512 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -12830,3 +12830,34 @@ multidrive_usb: "USB Hide Internal Drive" + + id: LANG_LIST_LINE_PADDING + desc: list padding, in display settings + user: core + + *: none + touchscreen: "Line Padding in Lists" + + + *: none + touchscreen: "Line Padding in Lists" + + + *: none + touchscreen: "Line Padding in Lists" + + + + id: LANG_AUTOMATIC + desc: generic automatic + user: core + + *: "Automatic" + + + *: "Automatic" + + + *: "Automatic" + + -- cgit v1.2.3