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
29190708
Commit
29190708
authored
Jan 29, 2015
by
Fabio Bas
Browse files
Fix merge botch
parent
739ca6a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_settings.cpp
View file @
29190708
...
...
@@ -50,11 +50,6 @@ GeneralSettingsPage::GeneralSettingsPage()
pixmapCacheEdit
.
setSingleStep
(
64
);
pixmapCacheEdit
.
setValue
(
settingsCache
->
getPixmapCacheSize
());
pixmapCacheEdit
.
setSuffix
(
" MB"
);
pixmapCacheEdit
.
setMinimum
(
64
);
pixmapCacheEdit
.
setMaximum
(
8192
);
pixmapCacheEdit
.
setSingleStep
(
64
);
pixmapCacheEdit
.
setValue
(
settingsCache
->
getPixmapCacheSize
());
pixmapCacheEdit
.
setSuffix
(
" MB"
);
picDownloadHqCheckBox
.
setChecked
(
settingsCache
->
getPicDownloadHq
());
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