mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 10:25:45 -05:00
[localeq] Offline.qml, setting line height needed
This commit is contained in:
parent
01cec2e361
commit
b80fde365b
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
/* === This file is part of Calamares - <https://calamares.io> ===
|
/* === 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
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
*
|
*
|
||||||
* Calamares is Free Software: see the License-Identifier above.
|
* Calamares is Free Software: see the License-Identifier above.
|
||||||
|
@ -72,6 +72,7 @@ Page {
|
||||||
|
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
height: 30
|
||||||
highlighted: ListView.isCurrentItem
|
highlighted: ListView.isCurrentItem
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
@ -146,6 +147,7 @@ Page {
|
||||||
|
|
||||||
hoverEnabled: true
|
hoverEnabled: true
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
height: 30
|
||||||
highlighted: ListView.isCurrentItem
|
highlighted: ListView.isCurrentItem
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
|
|
Loading…
Add table
Reference in a new issue