Skip to content

Commit

Permalink
updated splashscreen layout latest .cpp version
Browse files Browse the repository at this point in the history
  • Loading branch information
wrapperband committed Jul 16, 2016
1 parent 8a9fc2a commit fdbf3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/splashscreen.cpp
Expand Up @@ -21,7 +21,7 @@ SplashScreen::SplashScreen(const QPixmap &pixmap, Qt::WindowFlags f, bool isTest
setAutoFillBackground(true);

// set reference point, paddings
int paddingRight = 298;
int paddingRight = 296;
int paddingTop = 230;
int titleVersionVSpace = 13;
int titleCopyrightVSpace = 26;
Expand Down

0 comments on commit fdbf3f5

Please sign in to comment.