Set margin of search button correctly (to not affect focus scope)

This commit is contained in:
Martchus 2022-09-06 10:54:04 +02:00
parent 4e1d4501c0
commit ead679203f
1 changed files with 1 additions and 1 deletions

View File

@ -90,11 +90,11 @@ PlasmaExtras.Representation {
FocusScope {
anchors.fill: parent
anchors.topMargin: PlasmaCore.Units.smallSpacing * 2
anchors.rightMargin: PlasmaCore.Units.smallSpacing * 2
TinyButton {
id: searchButton
anchors.right: mainLayout.right
anchors.rightMargin: PlasmaCore.Units.smallSpacing * 2
anchors.verticalCenter: infoLayout.verticalCenter
icon.source: plasmoid.nativeInterface.faUrl + "search"
width: PlasmaCore.Units.iconSizes.smallMedium