[Dev] Documenting Feathercoin Specific Software settings - Part 15
-
Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*
Updated splash screen :: commit
https://github.com/FeatherCoin/Feathercoin/commit/e469e0b42032481911ec96cce6a4a7662bb30a8f
src/qt/res/images/*
src/qt/res/images/splash.1.png src/qt/res/images/splash.2.png
Deleted
src/qt/res/images/splash.png
Updated splash screen
src/qt/splashscreen.cpp
- pixPaint.setPen(QColor(200,200,200)); + pixPaint.setPen(QColor(54,134,190));
Code replaced
- Q_ARG(QColor, QColor(200,200,200))); + Q_ARG(QColor, QColor(54,134,190)));
Code replaced
Updated splash screen header spacing to fit new splash screen image :: commit
https://github.com/FeatherCoin/Feathercoin/commit/f3bb1baaf2984fac18f20fcc5d4f83fcb1761251
src/qt/splashscreen.cpp
- int paddingTop = 230; + int paddingTop = 260;