chore(touchbar): reduce spacer width

This commit is contained in:
Elian Doran 2025-04-13 22:12:38 +03:00
parent 3fb2378de9
commit ef423f1a1f
No known key found for this signature in database

View File

@ -113,7 +113,7 @@ export default class TouchBarWidget extends NoteContextAwareWidget {
icon: this.buildIcon("NSTouchBarComposeTemplate"),
click: () => this.triggerCommand("createNoteIntoInbox")
}),
new TouchBarSpacer({ size: "large" }),
new TouchBarSpacer({ size: "small" }),
...componentSpecificItems,
new TouchBarSpacer({ size: "flexible" }),
new TouchBarOtherItemsProxy(),