mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Fix UnifiedSearch text field placeholder text color for light and dark theme.
Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
parent
7507c36b0e
commit
cc65f89d4c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
@ -39,6 +41,7 @@ TextField {
|
|||
rightPadding: trayWindowUnifiedSearchTextFieldClearTextButton.width + trayWindowUnifiedSearchTextFieldClearTextButton.anchors.rightMargin + textFieldHorizontalPaddingOffset
|
||||
|
||||
placeholderText: qsTr("Search files, messages, events …")
|
||||
placeholderTextColor: placeholderColor
|
||||
|
||||
selectByMouse: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue