зеркало из https://github.com/nextcloud/desktop.git
Match the apps menu list look with the user's list look.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
Родитель
9a134d9f54
Коммит
eab2088a5d
|
@ -587,8 +587,8 @@ ApplicationWindow {
|
|||
|
||||
background: Rectangle {
|
||||
border.color: palette.dark
|
||||
radius: Style.currentAccountButtonRadius
|
||||
color: palette.window
|
||||
radius: 2
|
||||
}
|
||||
|
||||
contentItem: ScrollView {
|
||||
|
@ -618,6 +618,12 @@ ApplicationWindow {
|
|||
Accessible.role: Accessible.MenuItem
|
||||
Accessible.name: qsTr("Open %1 in browser").arg(model.appName)
|
||||
Accessible.onPressAction: appEntry.triggered()
|
||||
|
||||
background: Rectangle {
|
||||
anchors.fill: parent
|
||||
anchors.margins: 1
|
||||
color: (appEntry.hovered || appEntry.visualFocus) ? palette.highlight : palette.window
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче