mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +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"),
|
||||
click: () => this.triggerCommand("createNoteIntoInbox")
|
||||
}),
|
||||
new TouchBarSpacer({ size: "large" }),
|
||||
new TouchBarSpacer({ size: "small" }),
|
||||
...componentSpecificItems,
|
||||
new TouchBarSpacer({ size: "flexible" }),
|
||||
new TouchBarOtherItemsProxy(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user