Litecoin: Adjust splashscreen padding

This commit is contained in:
Adrian Gallagher 2019-04-03 22:05:20 -07:00
parent 8995c4ba5b
commit d9b8d9eda9
No known key found for this signature in database
GPG Key ID: FE3348877809386C

View File

@ -28,7 +28,7 @@ SplashScreen::SplashScreen(interfaces::Node& node, Qt::WindowFlags f, const Netw
QWidget(0, f), curAlignment(0), m_node(node)
{
// set reference point, paddings
int paddingRight = 70;
int paddingRight = 75;
int paddingTop = 110;
int titleVersionVSpace = 17;
int titleCopyrightVSpace = 40;