clipview: rewrite and decrease the size twice (from 3847 bytes to 1958)

search: new app, alpha version

git-svn-id: svn://kolibrios.org@8933 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2021-06-24 20:42:19 +00:00
parent 1aa78952d7
commit 804cb0b51c
13 changed files with 465 additions and 106 deletions

View File

@@ -146,7 +146,7 @@ void LoadIniSettings()
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();