You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The calendar popup of the widget QDateEdit is too small and has incorrect coloring.
Weekends are not consistently colored red.
The root cause seems to lie in the QCalendarWidget that is used by QDateEdit's popup.
Actual Result
Expected Results / Proposed Result
More space for the popup so that no parts are cut off and red colors for the weekend in a consistent manner.
Describe Your Environment
Language
Python
Description / Steps to Reproduce
The calendar popup of the widget QDateEdit is too small and has incorrect coloring.
Weekends are not consistently colored red.
The root cause seems to lie in the QCalendarWidget that is used by QDateEdit's popup.
Actual Result
Expected Results / Proposed Result
More space for the popup so that no parts are cut off and red colors for the weekend in a consistent manner.
Relevant Code
MWE to reproduce this:
The text was updated successfully, but these errors were encountered: