mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: make the dive list heading slightly smaller
Again, the goal is to make this list look better and be more space efficient. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8bee7e6172
commit
3d707dca9a
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ Kirigami.ScrollablePage {
|
|||
right: parent.right
|
||||
}
|
||||
color: textColor
|
||||
level: 2
|
||||
level: 3
|
||||
}
|
||||
Rectangle {
|
||||
height: Math.max(2, Kirigami.Units.gridUnit / 12) // we want a thicker line
|
||||
|
|
Loading…
Add table
Reference in a new issue