mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
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
This commit is contained in:
parent
859cd4b627
commit
3b12634e6b
12 changed files with 154 additions and 42 deletions
|
|
@ -12830,3 +12830,34 @@
|
|||
multidrive_usb: "USB Hide Internal Drive"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_LIST_LINE_PADDING
|
||||
desc: list padding, in display settings
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
touchscreen: "Line Padding in Lists"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
touchscreen: "Line Padding in Lists"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
touchscreen: "Line Padding in Lists"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_AUTOMATIC
|
||||
desc: generic automatic
|
||||
user: core
|
||||
<source>
|
||||
*: "Automatic"
|
||||
</source>
|
||||
<dest>
|
||||
*: "Automatic"
|
||||
</dest>
|
||||
<voice>
|
||||
*: "Automatic"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue