enthought / enthought/pyface

Confirmation dialog doesn't show title on OSX

Open
#872 5 comments 0 reactions 0 assignees View on GitHub
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:
Screen Shot 2021-01-26 at 7 05 02 AM
whereas on windows we see:
![105801113-53282000-5f90-11eb-8d45-152c4c23cb34](https://user-images.githubusercontent.com/36972686/105848895-3e09bc00-5fa5-11eb-934d-89e84c8ea0a3.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.