We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the layout photo and landscape, if a month spans over six weeks, the box is too small to nicely accommodate the last week and it doesn't look nice:
photo and landscape
I tried to use minimum height attribute of SetCalendar, but above the value of 245pt it began to ruin the layout of the calendar box:
minimum height
SetCalendar
While it's safe to assume that most months would have 5 weeks, there might be cases where it would be 4 or 6.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the layout
photo and landscape
, if a month spans over six weeks, the box is too small to nicely accommodate the last week and it doesn't look nice:I tried to use
minimum height
attribute ofSetCalendar
, but above the value of 245pt it began to ruin the layout of the calendar box:While it's safe to assume that most months would have 5 weeks, there might be cases where it would be 4 or 6.
The text was updated successfully, but these errors were encountered: