swiftDialog / swiftDialog

Create user-notifications on macOS with swiftDialog
MIT License
546 stars 53 forks source link

Message position has a glitch #409

Open Melvin-P-NL opened 1 month ago

Melvin-P-NL commented 1 month ago

Describe the bug When using --messageposition, the message text is positioned at the top position for a very short time. This is just at launch of swiftDialog, not at every update of the message text.

It doesn’t make a difference if you launch swiftDialog without a message text and then set it with the command file.

To Reproduce Run dialog --messageposition center.

Expected behavior The message text should be positioned in the middle (vertically). It is not, for a very short moment.

Tested with current version of swiftDialog on macOS 14.5.

bartreardon commented 1 month ago

Can you provide any other options that replicate the issue? Using just dialog --messageposition center I can't replicate what you're describing.