Let the contact list be resized, and give the contact the rest of the page
The contacts grid still had three columns from when the address books sat
inside the view: 220px for them, 280-360px for the list, the rest for the
contact. The books moved to the app's left pane in 350f4f4 and the grid
never followed, so the list was squeezed into the books' 220px, truncating
names, the contact was held to 360px, and the remaining width sat empty.
It is two columns now, with the same splitter as the message list between
them: drag between 240px and the width that leaves 360px for the contact,
arrow keys move it, double-click puts it back to 320px. The width is a
device setting beside the mail list's, so it is kept by a device marked as
your own and never synced. The splitter is hidden where contacts show one
pane at a time. The unused .contacts-books rules are gone.
"Resize contact list" is in all nine catalogues.
This commit is contained in:
@@ -1193,6 +1193,7 @@ export const catalog: Catalog = {
|
||||
"Full screen": "Plein écran",
|
||||
"Resize panes": "Redimensionner les volets",
|
||||
"Resize message list": "Redimensionner la liste des messages",
|
||||
"Resize contact list": "Redimensionner la liste des contacts",
|
||||
"Resize sidebar": "Redimensionner la barre latérale",
|
||||
"Hide from list": "Masquer de la liste",
|
||||
"Show in list": "Afficher dans la liste",
|
||||
|
||||
Reference in New Issue
Block a user