mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Use Style constants for UnifiedSearchInputContainer measurements
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
ca64951a6c
commit
be84b2cf09
@ -43,9 +43,9 @@ TextField {
|
||||
selectByMouse: true
|
||||
|
||||
background: Rectangle {
|
||||
radius: 5
|
||||
radius: Style.slightlyRoundedButtonRadius
|
||||
border.color: parent.activeFocus ? UserModel.currentUser.accentColor : palette.dark
|
||||
border.width: 1
|
||||
border.width: Style.normalBorderWidth
|
||||
color: palette.window
|
||||
}
|
||||
|
||||
@ -77,8 +77,8 @@ TextField {
|
||||
left: trayWindowUnifiedSearchTextField.left
|
||||
bottom: trayWindowUnifiedSearchTextField.bottom
|
||||
leftMargin: trayWindowUnifiedSearchTextField.textFieldIconsOffset - 4
|
||||
topMargin: 4
|
||||
bottomMargin: 4
|
||||
topMargin: Style.smallSpacing
|
||||
bottomMargin: Style.smallSpacing
|
||||
verticalCenter: trayWindowUnifiedSearchTextField.verticalCenter
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user