Default options optimized, and a few minor formatting fixes. Issue 744

This commit is contained in:
DrSlony 2012-09-09 17:02:39 +01:00
parent 8ad75d0ff7
commit c2da45fcf2

View File

@ -307,7 +307,7 @@ void Options::setDefaults () {
hideTPVScrollbar = false;
UseIconNoText = true;
whiteBalanceSpotSize = 8;
squareDetailWindow = false;
squareDetailWindow = true;
menuGroupRank = true;
menuGroupLabel = true;
menuGroupFileOperations = true;
@ -447,7 +447,6 @@ void Options::setDefaults () {
}
Options* Options::copyFrom (Options* other) {
*this = *other;
return this;
}