Skip to content

Commit

Permalink
Merge pull request #5785 from nextcloud/backport/5764/stable-3.9
Browse files Browse the repository at this point in the history
[stable-3.9] Fix UnifiedSearch text field placeholder text color for light and dark theme
  • Loading branch information
mgallien authored Jun 8, 2023
2 parents 60772e9 + a191910 commit 112b809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/tray/UnifiedSearchInputContainer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ TextField {

readonly property color textFieldIconsColor: palette.dark

readonly property color placeholderColor: palette.dark

readonly property int textFieldIconsOffset: Style.trayHorizontalMargin

readonly property double textFieldIconsScaleFactor: 0.6
Expand All @@ -39,6 +41,7 @@ TextField {
rightPadding: trayWindowUnifiedSearchTextFieldClearTextButton.width + trayWindowUnifiedSearchTextFieldClearTextButton.anchors.rightMargin + textFieldHorizontalPaddingOffset

placeholderText: qsTr("Search files, messages, events …")
placeholderTextColor: placeholderColor

selectByMouse: true

Expand Down

0 comments on commit 112b809

Please sign in to comment.