mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 02:22:26 +08:00
chore(touchbar): reduce spacer width
This commit is contained in:
parent
3fb2378de9
commit
ef423f1a1f
@ -113,7 +113,7 @@ export default class TouchBarWidget extends NoteContextAwareWidget {
|
|||||||
icon: this.buildIcon("NSTouchBarComposeTemplate"),
|
icon: this.buildIcon("NSTouchBarComposeTemplate"),
|
||||||
click: () => this.triggerCommand("createNoteIntoInbox")
|
click: () => this.triggerCommand("createNoteIntoInbox")
|
||||||
}),
|
}),
|
||||||
new TouchBarSpacer({ size: "large" }),
|
new TouchBarSpacer({ size: "small" }),
|
||||||
...componentSpecificItems,
|
...componentSpecificItems,
|
||||||
new TouchBarSpacer({ size: "flexible" }),
|
new TouchBarSpacer({ size: "flexible" }),
|
||||||
new TouchBarOtherItemsProxy(),
|
new TouchBarOtherItemsProxy(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user