diff options
Diffstat (limited to 'src/dirs.cpp')
-rw-r--r-- | src/dirs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirs.cpp b/src/dirs.cpp index ce91c89b0..34d69d9bd 100644 --- a/src/dirs.cpp +++ b/src/dirs.cpp @@ -79,7 +79,7 @@ static void updateProgress(int cnt) const int h = mainGraphics->mHeight; mainGraphics->setColor(Color(255, 255, 255)); const int maxSize = mainGraphics->mWidth - 100; - const int width = maxSize * progress / 450; + const int width = maxSize * progress / 50; mainGraphics->fillRectangle(Rect(50, h - 100, width, 50)); mainGraphics->updateScreen(); } |