Function ItemList.fixedIconSize

The size all icons will be adjusted to. If either X or Y component is not greater than zero, icon size won't be affected.

Vector2 fixedIconSize() nothrow @property @nogc;

void fixedIconSize (
  Vector2 v
) nothrow @property @nogc;