mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-12-17 15:18:16 +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, {
|
ComponentRegistry.register(ThreadList, {
|
||||||
location: WorkspaceStore.Location.ThreadList,
|
location: WorkspaceStore.Location.ThreadList,
|
||||||
|
role: 'ThreadList',
|
||||||
modes: ['split', 'list'],
|
modes: ['split', 'list'],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ class ThreadListVertical extends React.Component<
|
||||||
onResize={h => this._onResize(h)}
|
onResize={h => this._onResize(h)}
|
||||||
>
|
>
|
||||||
<InjectedComponentSet
|
<InjectedComponentSet
|
||||||
matching={{ location: WorkspaceStore.Location.ThreadList, modes: ['split'] }}
|
matching={{ role: 'ThreadList' }}
|
||||||
/>
|
/>
|
||||||
</ResizableRegion>
|
</ResizableRegion>
|
||||||
<ResizableRegion>
|
<ResizableRegion>
|
||||||
|
|
|
||||||
|
|
@ -171,7 +171,7 @@
|
||||||
"Delete Draft": "Entwurf löschen",
|
"Delete Draft": "Entwurf löschen",
|
||||||
"Delete Template?": "Vorlage 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?",
|
"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 %@": "Lösche %@",
|
||||||
"Deleting all messages in %@": "Lösche alle Nachrichten in %@",
|
"Deleting all messages in %@": "Lösche alle Nachrichten in %@",
|
||||||
"Deleting draft": "Lösche Entwurf",
|
"Deleting draft": "Lösche Entwurf",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue