Use header on EntryPage

This commit is contained in:
Bart De Vries 2021-04-16 10:06:42 +02:00
parent 8abbae4772
commit 5a3a5f40d1
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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