diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2014-12-16 13:35:41 +0100 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2014-12-16 13:37:44 +0100 |
commit | ff63801bc0ad4c363d2e15af07f7063a3859b605 (patch) | |
tree | 93ea9a86c93d0d09fa521b83684609a6e0956c72 /src | |
parent | 28a274e6ce5f0326e3c86de810eb6f4a91c8f13c (diff) |
[Qt] light blue icon color for regtest
Changing the icons color for regtest in now lightweight.
Diffstat (limited to 'src')
-rw-r--r-- | src/qt/networkstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/networkstyle.cpp b/src/qt/networkstyle.cpp index a1a067dd77..2da54876cd 100644 --- a/src/qt/networkstyle.cpp +++ b/src/qt/networkstyle.cpp @@ -17,7 +17,7 @@ static const struct { } network_styles[] = { {"main", QAPP_APP_NAME_DEFAULT, 0, 0, ""}, {"test", QAPP_APP_NAME_TESTNET, 70, 30, QT_TRANSLATE_NOOP("SplashScreen", "[testnet]")}, - {"regtest", QAPP_APP_NAME_TESTNET, 70, 30, "[regtest]"} + {"regtest", QAPP_APP_NAME_TESTNET, 160, 30, "[regtest]"} }; static const unsigned network_styles_count = sizeof(network_styles)/sizeof(*network_styles); |