cmm: various size of icons support

git-svn-id: svn://kolibrios.org@8789 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-06-10 11:18:19 +00:00
parent 3efccda48e
commit b57726e4bc
4 changed files with 8 additions and 7 deletions

View File

@@ -291,10 +291,10 @@ void BigFontsChange()
void BigIconsSwitch()
{
if (big_icons.checked) {
icon_size=32;
icon_size = 32;
LoadIcons();
} else {
icon_size=16;
icon_size = icons16_default.w;
}
BigFontsChange();
}