mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Update UnifiedSearchInputContainer.qml
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
beffd63512
commit
c39b97adb3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ TextField {
|
|||
leftPadding: trayWindowUnifiedSearchTextFieldSearchIcon.width + trayWindowUnifiedSearchTextFieldSearchIcon.anchors.leftMargin + textFieldHorizontalPaddingOffset
|
||||
rightPadding: trayWindowUnifiedSearchTextFieldClearTextButton.width + trayWindowUnifiedSearchTextFieldClearTextButton.anchors.rightMargin + textFieldHorizontalPaddingOffset
|
||||
|
||||
placeholderText: qsTr("Search files, messages, events…")
|
||||
placeholderText: qsTr("Search files, messages, events …")
|
||||
|
||||
selectByMouse: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue