Skip to content

Commit

Permalink
Display >25 projects (still <=100) in issue creator as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Thomssen committed Apr 21, 2016
1 parent d692208 commit f110325
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IssueCreator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ IssueCreator::loadProjects()
qml("project")->setProperty( "currentIndex", 0 );

RETURN();
} );
},
QString("limit=100") );

RETURN();
}
Expand Down

0 comments on commit f110325

Please sign in to comment.