aboutsummaryrefslogtreecommitdiff
path: root/pages/Account.qml
diff options
context:
space:
mode:
authorrating89us <45968869+rating89us@users.noreply.github.com>2021-07-23 07:47:48 +0200
committerrating89us <rating89us@rating89us.com>2021-07-23 08:13:01 +0200
commit7805430f4f8a5d4c4db697d734486fbdae5fa2df (patch)
tree1d1cdcba582ca7bee5f8be9a42c7947357299042 /pages/Account.qml
parentb6682330a6f87051c523c05b9b653eb494760003 (diff)
downloadmonzero-gui-7805430f4f8a5d4c4db697d734486fbdae5fa2df.tar.gz
monzero-gui-7805430f4f8a5d4c4db697d734486fbdae5fa2df.tar.xz
monzero-gui-7805430f4f8a5d4c4db697d734486fbdae5fa2df.zip
Account, Receive, RemoteNodeList, SettingsNode: selection indicator in lists
Diffstat (limited to 'pages/Account.qml')
-rw-r--r--pages/Account.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/Account.qml b/pages/Account.qml
index 7c9f0f17..36cd4a09 100644
--- a/pages/Account.qml
+++ b/pages/Account.qml
@@ -197,6 +197,15 @@ Rectangle {
color: itemMouseArea.containsMouse || index === currentAccountIndex ? MoneroComponents.Style.titleBarButtonHoverColor : "transparent"
Rectangle {
+ visible: index === currentAccountIndex
+ Layout.fillHeight: true
+ anchors.top: parent.top
+ anchors.bottom: parent.bottom
+ color: "darkgrey"
+ width: 2
+ }
+
+ Rectangle {
color: MoneroComponents.Style.appWindowBorderColor
anchors.right: parent.right
anchors.left: parent.left