File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,5 @@ TextField {
54
54
}
55
55
56
56
verticalAlignment: Qt .AlignVCenter
57
- background: Rectangle {
58
- border .color : palette .dark
59
- radius: Style .trayWindowRadius
60
- color: palette .window
61
- }
62
57
}
63
58
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ ColumnLayout {
142
142
ShareeSearchField {
143
143
id: shareeSearchField
144
144
Layout .fillWidth : true
145
+ Layout .topMargin : Style .smallSpacing
145
146
Layout .leftMargin : root .horizontalPadding
146
147
Layout .rightMargin : root .horizontalPadding
147
148
Original file line number Diff line number Diff line change @@ -50,12 +50,6 @@ TextField {
50
50
verticalAlignment: Qt .AlignVCenter
51
51
implicitHeight: Math .max (Style .talkReplyTextFieldPreferredHeight , contentHeight)
52
52
53
- background: Rectangle {
54
- border .color : palette .dark
55
- radius: Style .trayWindowRadius
56
- color: palette .window
57
- }
58
-
59
53
onActiveFocusChanged: triggerSuggestionsVisibility ()
60
54
onTextChanged: triggerSuggestionsVisibility ()
61
55
Keys .onPressed : {
You can’t perform that action at this time.
0 commit comments