Account, Receive, RemoteNodeList, SettingsNode: selection indicator in lists

This commit is contained in:
rating89us
2021-07-23 07:47:48 +02:00
committed by rating89us
parent b6682330a6
commit 7805430f4f
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