duplicating delegate view qml
I was writing my custom calendar and ran into the following problem. My rectangle is larger than my delegate, and the delegate is partially rendered twice. How can I fix this without changing the rectangle size?
I was writing my custom calendar and ran into the following problem. My rectangle is larger than my delegate, and the delegate is partially rendered twice. How can I fix this without changing the rectangle size?