mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-07 04:07:25 -04:00
Account, Receive, RemoteNodeList, SettingsNode: selection indicator in lists
This commit is contained in:
@@ -72,7 +72,7 @@ Rectangle{
|
||||
Layout.fillHeight: true
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
color: MoneroComponents.Style.blackTheme ? "white" : "darkgrey"
|
||||
color: "darkgrey"
|
||||
width: 2
|
||||
}
|
||||
|
||||
@@ -165,7 +165,7 @@ Rectangle{
|
||||
Layout.fillHeight: true
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
color: MoneroComponents.Style.blackTheme ? "white" : "darkgrey"
|
||||
color: "darkgrey"
|
||||
width: 2
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user