Skip to content
Snippets Groups Projects
Commit f5ee1e84 authored by kamathmanu's avatar kamathmanu
Browse files

Padding for search bar

parent 04d0d413
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ ApplicationWindow {
spacing: Nheko.paddingMedium
width: parent.width
implicitHeight: roomTextInput.height
implicitHeight: roomSearch.height
MatrixTextField {
id: roomSearch
......@@ -35,7 +35,7 @@ ApplicationWindow {
Layout.fillWidth: true
font.pixelSize: fontMetrics.font.pixelSize
padding: Nheko.paddingSmall
padding: Math.ceil(1.5 * Nheko.paddingSmall)
color: Nheko.colors.text
placeholderText: qsTr("Search for public rooms")
onTextChanged: searchTimer.restart()
......
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