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:
@@ -1191,6 +1191,7 @@ export const catalog: Catalog = {
|
||||
"Full screen": "Tela cheia",
|
||||
"Resize panes": "Redimensionar os painéis",
|
||||
"Resize message list": "Redimensionar a lista de mensagens",
|
||||
"Resize contact list": "Redimensionar a lista de contatos",
|
||||
"Resize sidebar": "Redimensionar a barra lateral",
|
||||
"Hide from list": "Ocultar da lista",
|
||||
"Show in list": "Mostrar na lista",
|
||||
|
||||
Reference in New Issue
Block a user