[localeq] Offline.qml, setting line height needed

This commit is contained in:
demmm 2022-04-27 12:55:18 +02:00
parent 01cec2e361
commit b80fde365b

View File

@ -1,6 +1,6 @@
/* === This file is part of Calamares - <https://calamares.io> ===
*
* SPDX-FileCopyrightText: 2020-2021 Anke Boersma <demm@kaosx.us>
* SPDX-FileCopyrightText: 2020-2022 Anke Boersma <demm@kaosx.us>
* SPDX-License-Identifier: GPL-3.0-or-later
*
* Calamares is Free Software: see the License-Identifier above.
@ -72,6 +72,7 @@ Page {
hoverEnabled: true
width: parent.width
height: 30
highlighted: ListView.isCurrentItem
Label {
@ -146,6 +147,7 @@ Page {
hoverEnabled: true
width: parent.width
height: 30
highlighted: ListView.isCurrentItem
Label {