[localeq] Offline.qml, setting line height needed
This commit is contained in:
parent
01cec2e361
commit
b80fde365b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user