Skip to content

Commit

Permalink
Add padding on bottom of item detial
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Oct 4, 2022
1 parent 5f0b164 commit 41b6195
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qml/pages/ItemDetailPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,11 @@ Page {
font.pixelSize: Theme.fontSizeSmall
text: qsTr("Last update: %1").arg(new Date(item.revisionDate).toLocaleString(Qt.locale(), Locale.ShortFormat))
}

Item {
width: parent.width
height: Theme.paddingSmall
}
}
}

Expand Down

0 comments on commit 41b6195

Please sign in to comment.