Use header on EntryPage
This commit is contained in:
parent
8abbae4772
commit
5a3a5f40d1
@ -21,6 +21,11 @@ Kirigami.ScrollablePage {
|
||||
|
||||
title: entry.title
|
||||
|
||||
header: GenericListHeader {
|
||||
image: entry.image
|
||||
title: entry.title
|
||||
subtitle: entry.feed.name
|
||||
}
|
||||
|
||||
Controls.Label {
|
||||
width: page.width - 30
|
||||
|
@ -1,5 +1,4 @@
|
||||
/**
|
||||
* SPDX-FileCopyrightText: 2020 Tobias Fella <fella@posteo.de>
|
||||
* SPDX-FileCopyrightText: 2021 Bart De Vries <bart@mogwai.be>
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
|
||||
|
Loading…
x
Reference in New Issue
Block a user