[KOE-184] Reduced GAB search limit to 8 in shared folders dialog, to match drop list height

This commit is contained in:
Patrick Simpson 2019-01-08 09:47:55 +02:00
parent f860e83500
commit ba72b710d4
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace Acacia.UI
public GABDataSource(GABHandler gab)
{
this._gab = gab;
Limit = 10;
Limit = 8;
}
protected override void UpdateFilter()