aboutsummaryrefslogtreecommitdiff
path: root/pages/Receive.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/Receive.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/Receive.qml')
-rw-r--r--pages/Receive.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/Receive.qml b/pages/Receive.qml
index fdc9cf10..68ef5011 100644
--- a/pages/Receive.qml
+++ b/pages/Receive.qml
@@ -286,6 +286,15 @@ Rectangle {
Layout.fillWidth: true
color: itemMouseArea.containsMouse || index === appWindow.current_subaddress_table_index ? MoneroComponents.Style.titleBarButtonHoverColor : "transparent"
+ Rectangle {
+ visible: index === appWindow.current_subaddress_table_index
+ Layout.fillHeight: true
+ anchors.top: parent.top
+ anchors.bottom: parent.bottom
+ color: "darkgrey"
+ width: 2
+ }
+
Rectangle{
anchors.right: parent.right
anchors.left: parent.left