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:
parent
f860e83500
commit
ba72b710d4
@ -48,7 +48,7 @@ namespace Acacia.UI
|
||||
public GABDataSource(GABHandler gab)
|
||||
{
|
||||
this._gab = gab;
|
||||
Limit = 10;
|
||||
Limit = 8;
|
||||
}
|
||||
|
||||
protected override void UpdateFilter()
|
||||
|
Loading…
Reference in New Issue
Block a user