Re: another Kirigami issue - overlap of header and listview

2016-04-20 Thread Dirk Hohndel
On Wed, Apr 20, 2016 at 07:32:04PM +0200, Marco Martin wrote: > On Wednesday 20 April 2016 09:44:43 Dirk Hohndel wrote: > > On Wed, Apr 20, 2016 at 10:36:05AM +0200, Marco Martin wrote: > > > On Tuesday 19 April 2016, Dirk Hohndel wrote: > > > > go). The latter always appears to have the top item a

Re: another Kirigami issue - overlap of header and listview

2016-04-20 Thread Marco Martin
On Wednesday 20 April 2016 09:44:43 Dirk Hohndel wrote: > On Wed, Apr 20, 2016 at 10:36:05AM +0200, Marco Martin wrote: > > On Tuesday 19 April 2016, Dirk Hohndel wrote: > > > go). The latter always appears to have the top item aligned with the > > > header, but when I tap on the header and have sc

Re: another Kirigami issue - overlap of header and listview

2016-04-20 Thread Dirk Hohndel
On Wed, Apr 20, 2016 at 10:36:05AM +0200, Marco Martin wrote: > On Tuesday 19 April 2016, Dirk Hohndel wrote: > > go). The latter always appears to have the top item aligned with the > > header, but when I tap on the header and have scrollTopAnimation run to: > > 0, then the header overlaps the top

Re: another Kirigami issue - overlap of header and listview

2016-04-20 Thread Marco Martin
On Tuesday 19 April 2016, Dirk Hohndel wrote: > go). The latter always appears to have the top item aligned with the > header, but when I tap on the header and have scrollTopAnimation run to: > 0, then the header overlaps the top element in the ListView. > > A patch like this seems to fix the prob

Re: another Kirigami issue - overlap of header and listview

2016-04-19 Thread Dirk Hohndel
> On Apr 19, 2016, at 2:34 PM, Kai Uwe Broulik wrote: > > I don't know the code by heart but doesn't the ScrollView set a top margin? > If so, contentY should be set to it rather than assuming it's based on the > header height. I searched for just that margin and couldn't find it. I don't thi

Re: another Kirigami issue - overlap of header and listview

2016-04-19 Thread Kai Uwe Broulik
I don't know the code by heart but doesn't the ScrollView set a top margin? If so, contentY should be set to it rather than assuming it's based on the header height. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listi

another Kirigami issue - overlap of header and listview

2016-04-19 Thread Dirk Hohndel
It feels like I'm the only one posting things like this here... should this go somewhere else? Same situation as usual. I have a ListView that's in a ScrollablePage. If I click/tap on the name of that page in the header, we scroll to the top. Makes sense - except that our scroll ends at a diff