Switch to unified view

a/GUI/prefs/confgui.cpp b/GUI/prefs/confgui.cpp
...
...
161
    cp = new ConfParamSLW(this, lnk, label, tooltip);
161
    cp = new ConfParamSLW(this, lnk, label, tooltip);
162
    case CFPT_DNL: 
162
    case CFPT_DNL: 
163
    cp = new ConfParamDNLW(this, lnk, label, tooltip);
163
    cp = new ConfParamDNLW(this, lnk, label, tooltip);
164
        break;
164
        break;
165
    case CFPT_CSTRL:
165
    case CFPT_CSTRL:
166
    cp = ConfParamCSLW(this, lnk, label, tooltip, *sl);
166
    cp = new ConfParamCSLW(this, lnk, label, tooltip, *sl);
167
        break;
167
        break;
168
168
169
    }
169
    }
170
    panel->addWidget(cp);
170
    panel->addWidget(cp);
171
    m_params.push_back(cp);
171
    m_params.push_back(cp);