mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 03:23:56 -07:00
Merge pull request #637 from ctrlaltca/fix_cache_size
Refix #558, Fix #631
This commit is contained in:
commit
a31c15c752
1 changed files with 0 additions and 5 deletions
|
|
@ -50,11 +50,6 @@ GeneralSettingsPage::GeneralSettingsPage()
|
||||||
pixmapCacheEdit.setSingleStep(64);
|
pixmapCacheEdit.setSingleStep(64);
|
||||||
pixmapCacheEdit.setValue(settingsCache->getPixmapCacheSize());
|
pixmapCacheEdit.setValue(settingsCache->getPixmapCacheSize());
|
||||||
pixmapCacheEdit.setSuffix(" MB");
|
pixmapCacheEdit.setSuffix(" MB");
|
||||||
pixmapCacheEdit.setMinimum(64);
|
|
||||||
pixmapCacheEdit.setMaximum(8192);
|
|
||||||
pixmapCacheEdit.setSingleStep(64);
|
|
||||||
pixmapCacheEdit.setValue(settingsCache->getPixmapCacheSize());
|
|
||||||
pixmapCacheEdit.setSuffix(" MB");
|
|
||||||
picDownloadHqCheckBox.setChecked(settingsCache->getPicDownloadHq());
|
picDownloadHqCheckBox.setChecked(settingsCache->getPicDownloadHq());
|
||||||
picDownloadCheckBox.setChecked(settingsCache->getPicDownload());
|
picDownloadCheckBox.setChecked(settingsCache->getPicDownload());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue