overview: correct💢 the search field's height
Comment on Discussion When sdata/dist-arch/ Changes / comment_on_discussion (push) Has been cancelled

This commit is contained in:
end-4
2025-10-31 12:13:02 +01:00
parent c45166387b
commit 71eb88016e
@@ -63,9 +63,10 @@ RowLayout {
}
ToolbarTextField { // Search box
id: searchInput
Layout.alignment: Qt.AlignVCenter
Layout.topMargin: 4
Layout.bottomMargin: 4
implicitHeight: 40
focus: GlobalStates.overviewOpen
padding: 15
font.pixelSize: Appearance.font.pixelSize.small
placeholderText: Translation.tr("Search, calculate or run")
implicitWidth: root.searchingText == "" ? Appearance.sizes.searchWidthCollapsed : Appearance.sizes.searchWidth
@@ -91,12 +92,6 @@ RowLayout {
}
}
}
cursorDelegate: Rectangle {
width: 1
color: searchInput.activeFocus ? Appearance.colors.colPrimary : "transparent"
radius: 1
}
}
IconToolbarButton {