Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9443 → Rev 9444

/programs/cmm/barscfg/barscfg.c
240,7 → 240,11
taskbar_vars_ini.SetInt("ButtonBottOffset", tbButtonOffset.value);
}
if (panel_type==DOCKY) {
if (!docky_on.checked) {
docky_ini.SetInt("location", 0);
} else {
docky_ini.SetInt("location", dkLocation);
}
docky_ini.SetInt("fsize", dkFsize.checked);
docky_ini.SetInt("ashow", dkAshow.checked);
}