diff options
| author | Dimitris Apostolou <[email protected]> | 2018-03-18 16:26:45 +0200 |
|---|---|---|
| committer | Dimitris Apostolou <[email protected]> | 2018-03-21 08:34:44 +0200 |
| commit | 4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8 (patch) | |
| tree | 1fc1e7662fcaeb8a9503eb80fc4038eee2da5b55 /src/qt/splashscreen.cpp | |
| parent | Merge #12710: Append scripts to new test_list array to fix bad assignment (diff) | |
| download | discoin-4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8.tar.xz discoin-4d9b4256d89d1f7c6b3e4938ab2e89cde296e8e8.zip | |
Fix typos
Diffstat (limited to 'src/qt/splashscreen.cpp')
| -rw-r--r-- | src/qt/splashscreen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/splashscreen.cpp b/src/qt/splashscreen.cpp index 5df1282f7..66e9dd046 100644 --- a/src/qt/splashscreen.cpp +++ b/src/qt/splashscreen.cpp @@ -91,7 +91,7 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle *networkStyle) pixPaint.setFont(QFont(font, 15*fontFactor)); - // if the version string is to long, reduce size + // if the version string is too long, reduce size fm = pixPaint.fontMetrics(); int versionTextWidth = fm.width(versionText); if(versionTextWidth > titleTextWidth+paddingRight-10) { |