Skip to content
Snippets Groups Projects
Commit 2997155f authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix spacing of typing notifications

parent 0716bbaf
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,10 @@ Page {
palette: colors
FontMetrics {
id: fontMetrics
}
Settings {
id: settings
category: "user"
......@@ -116,10 +120,10 @@ Page {
boundsBehavior: Flickable.StopAtBounds
ScrollHelper {
flickable: parent
anchors.fill: parent
}
ScrollHelper {
flickable: parent
anchors.fill: parent
}
Shortcut {
sequence: StandardKey.MoveToPreviousPage
......@@ -256,7 +260,7 @@ Page {
Rectangle {
id: chatFooter
height: Math.max(16, footerContent.height)
height: Math.max(fontMetrics.height * 1.2, footerContent.height)
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
......@@ -326,8 +330,4 @@ Page {
}
}
}
FontMetrics {
id: fontMetrics
}
}
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