1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 05:52:50 -05:00

settings: fix search height

This commit is contained in:
bbedward
2025-12-26 20:44:35 -05:00
parent 8a71ead51d
commit 6611dfbe05

View File

@@ -538,7 +538,6 @@ Rectangle {
DankTextField {
id: searchField
width: parent.width - parent.leftPadding - parent.rightPadding
height: 40
placeholderText: I18n.tr("Search...")
backgroundColor: Theme.withAlpha(Theme.surfaceContainerHighest, Theme.popupTransparency)
normalBorderColor: Theme.outlineMedium