Merge pull request #3640

7805430 Account, Receive, RemoteNodeList, SettingsNode: selection indicator in lists (rating89us)
This commit is contained in:
luigi1111
2021-07-26 15:37:26 -04:00
4 changed files with 29 additions and 2 deletions

View File

@@ -61,6 +61,15 @@ ColumnLayout {
Layout.fillWidth: true
color: itemMouseArea.containsMouse || trustedDaemonCheckMark.labelMouseArea.containsMouse || index === remoteNodesModel.selected ? MoneroComponents.Style.titleBarButtonHoverColor : "transparent"
Rectangle {
visible: index === remoteNodesModel.selected
Layout.fillHeight: true
anchors.top: parent.top
anchors.bottom: parent.bottom
color: "darkgrey"
width: 2
}
Rectangle {
color: MoneroComponents.Style.appWindowBorderColor
anchors.right: parent.right