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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user