diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-07-23 07:47:48 +0200 |
|---|---|---|
| committer | rating89us <rating89us@rating89us.com> | 2021-07-23 08:13:01 +0200 |
| commit | 7805430f4f8a5d4c4db697d734486fbdae5fa2df (patch) | |
| tree | 1d1cdcba582ca7bee5f8be9a42c7947357299042 /pages/settings | |
| parent | b6682330a6f87051c523c05b9b653eb494760003 (diff) | |
| download | monzero-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/settings')
| -rw-r--r-- | pages/settings/SettingsNode.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/settings/SettingsNode.qml b/pages/settings/SettingsNode.qml index 32ce336d..ab3d49f1 100644 --- a/pages/settings/SettingsNode.qml +++ b/pages/settings/SettingsNode.qml @@ -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 } |
