1
0
mirror of https://github.com/Kopano-dev/kopano-ol-extension.git synced 2023-10-10 13:37:40 +02:00

[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

View File

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