Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
a31c15c7
Commit
a31c15c7
authored
Jan 29, 2015
by
ctrlaltca
Browse files
Merge pull request #637 from ctrlaltca/fix_cache_size
Refix #558, Fix #631
parents
dd426cba
29190708
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_settings.cpp
View file @
a31c15c7
...
@@ -50,11 +50,6 @@ GeneralSettingsPage::GeneralSettingsPage()
...
@@ -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
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment