Skip to content
Snippets Groups Projects
Commit aabf6779 authored by SeeLook's avatar SeeLook :musical_note:
Browse files

ChangesPage: fit change text into Tile

parent 8e33ed85
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ ListView {
delegate: Tile {
width: chList.width
height: relText.height + NOO.factor()
height: relText.height + NOO.factor() * 2
bgColor: index % 2 ? activPal.base : activPal.alternateBase
Text {
......@@ -24,7 +24,6 @@ ListView {
text: modelData
x: NOO.factor() / 2
y: NOO.factor() / 2
width: chList.width - NOO.factor()
horizontalAlignment: text.substring(0, 4) === "<h1>" ? Text.AlignHCenter : Text.AlignLeft
color: activPal.text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment