mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-12-11 15:06:15 +08:00
Prevent strange layout bug for trash / spam folders on vertical layout
Also improve the German translation slightly.
This commit is contained in:
parent
44853d81e7
commit
4a11b7ec71
3 changed files with 3 additions and 2 deletions
|
|
@ -19,6 +19,7 @@ export function activate() {
|
|||
|
||||
ComponentRegistry.register(ThreadList, {
|
||||
location: WorkspaceStore.Location.ThreadList,
|
||||
role: 'ThreadList',
|
||||
modes: ['split', 'list'],
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ class ThreadListVertical extends React.Component<
|
|||
onResize={h => this._onResize(h)}
|
||||
>
|
||||
<InjectedComponentSet
|
||||
matching={{ location: WorkspaceStore.Location.ThreadList, modes: ['split'] }}
|
||||
matching={{ role: 'ThreadList' }}
|
||||
/>
|
||||
</ResizableRegion>
|
||||
<ResizableRegion>
|
||||
|
|
|
|||
|
|
@ -171,7 +171,7 @@
|
|||
"Delete Draft": "Entwurf löschen",
|
||||
"Delete Template?": "Vorlage löschen?",
|
||||
"Delete your custom key bindings and reset to the template defaults?": "Benutzerdefinierte Tastenbelegungen löschen und auf die Standardwerte zurücksetzen?",
|
||||
"Deleted": "Gelöscht",
|
||||
"Deleted": "Gelöschten",
|
||||
"Deleting %@": "Lösche %@",
|
||||
"Deleting all messages in %@": "Lösche alle Nachrichten in %@",
|
||||
"Deleting draft": "Lösche Entwurf",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue