Menu bar multiline text widget vertical alignment issue

Describe the bug
Multiline menubar widgets are wrongly positioned vertically.
It looks like the bottom line gets centered rather than centering the entire widget's content.
See the screenshot for reference.

Screenshots
image
(I use dark theme)

Device information:

  • Type of Mac: MacBook Pro (16-inch, 2019)
  • macOS version: Big Sur 11.1
  • BetterTouchTool version: 3.402, 3.553

Additional information (e.g. StackTraces, related issues, screenshots, workarounds, etc.):
The exact same thing works fine on touchbar.
The number of "\n" at the end doesn't change the result.
"Top Margin" setting doesn't seem to do anything.

Hey,

on Big Sur you need to use the „offset“ option instead of the „top margin“. This should allow you to position the text correctly

(I’m ab/using standard macOS menubar items and unfortunately they don’t center multiline labels by default )

That worked! Thanks Andreas.