Confirmation dialog doesn't show title on OSX
Open
- Dominant language
- Python
- Stars
- 115
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
This is the example code:
```
confirm(
parent=info.ui.control,
title="Project Already Exists",
message="A project of this name already exists at the given"
" destination. Continuing will overwrite the existing"
" project. Do you wish to proceed?",
)
```
This is what is seen on OSX:
whereas on windows we see:

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.