mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-29 05:10:20 +02:00
fix formatting
Signed-off-by: coolguy1842 <kian.goslett@protonmail.com> (cherry picked from commit 71b2c4b1fd0a45e2325d09ca93b0f441ee1b7a50)
This commit is contained in:
parent
d23fa73f52
commit
616556ea7b
@ -66,7 +66,7 @@ void VisualGroup::update()
|
||||
rows[currentRow].height = maxRowHeight;
|
||||
rows[currentRow].top = offsetFromTop;
|
||||
currentRow++;
|
||||
if(currentRow >= rows.size()) {
|
||||
if (currentRow >= rows.size()) {
|
||||
currentRow = rows.size() - 1;
|
||||
}
|
||||
offsetFromTop += maxRowHeight + 5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user