Put the content into a ScrollablePage so we don't need to mess with Flickables ourselves. This simplifies the code and improves the scrollbar and scrolling behaviour.
I plan to "borrow" the code for KTrip.
| vkrause |
Put the content into a ScrollablePage so we don't need to mess with Flickables ourselves. This simplifies the code and improves the scrollbar and scrolling behaviour.
I plan to "borrow" the code for KTrip.
Before:
After:
| Automatic diff as part of commit; lint not applicable. |
| Automatic diff as part of commit; unit tests not applicable. |
Oh, regarding borrowing for KTrip, you might want to check the one in Itinerary, that does some better train length scaling IIRC.