mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 06:14:45 +00:00
taller search field by default
This commit is contained in:
parent
12c34a7a6a
commit
752e8fde6c
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ Item {
|
||||||
margins: units.gridUnit
|
margins: units.gridUnit
|
||||||
}
|
}
|
||||||
radius: height/2
|
radius: height/2
|
||||||
height: layout.implicitHeight + radius
|
height: layout.implicitHeight + units.gridUnit
|
||||||
color: Qt.rgba(1,1,1, 0.3)
|
color: Qt.rgba(1,1,1, 0.3)
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue