Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8932 → Rev 8933

/programs/cmm/eolite/include/copy_and_delete.h
89,7 → 89,7
 
if (cut_active) {
if (i>=files.first) && (i<files.first+files.visible)
PutShadow(files.x+4,i-files.first*files.item_h+files.y,16,files.item_h,1,-3);
PutShadow(files.x+4,i-files.first*files.item_h+files.y,icons16_default,files.item_h,1,-3);
}
}
}
/programs/cmm/eolite/include/settings.h
146,7 → 146,7
ini.path = GetIni(#eolite_ini_path, "app.ini");
if (efm) ini.section = "EFM"; else ini.section = "Eolite";
 
files.SetFont(6, 9, 10000000b);
files.SetFont(8, 14, 10000000b);
show_dev_name.checked = ini.GetInt("ShowDeviceName", true);
show_status_bar.checked = ini.GetInt("ShowStatusBar", true);
big_icons.checked = ini.GetInt("BigIcons", false); BigIconsSwitch();