Searched refs:sizeChoices (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dtoolbox.cpp127 static Inkscape::IconSize sizeChoices[] = { local
134 int index = prefs->getIntLimited( path, base, 0, G_N_ELEMENTS(sizeChoices) );
135 return sizeChoices[index];

Completed in 19 milliseconds