Skip to content

Commit

Permalink
Litecoin: Adjust splashscreen padding
Browse files Browse the repository at this point in the history
  • Loading branch information
thrasher- committed Apr 4, 2019
1 parent 8995c4b commit d9b8d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/splashscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d9b8d9e

Please sign in to comment.