Switch to unified view

a/src/qtgui/confgui/confguiindex.cpp b/src/qtgui/confgui/confguiindex.cpp
...
...
304
    gl1->addWidget(w, gridrow++, 1);
304
    gl1->addWidget(w, gridrow++, 1);
305
305
306
    w = new ConfParamIntW(this, 
306
    w = new ConfParamIntW(this, 
307
                          ConfLink(new ConfLinkRclRep(config, "maxfsoccuppc")),
307
                          ConfLink(new ConfLinkRclRep(config, "maxfsoccuppc")),
308
                          tr("Max disk occupation (%)"),
308
                          tr("Max disk occupation (%)"),
309
                          tr("This is the percentage of disk occupation where "
309
                          tr("This is the percentage of disk usage "
310
                             "- total disk usage, not index size - at which "
310
                             "indexing will fail and stop (to avoid filling up "
311
                             "indexing will fail and stop.<br>"
311
                             "your disk).<br>0 means no limit "
312
                             "The default value of 0 removes any limit."),
312
                             "(this is the default)."), 0, 100);
313
                          0, 100);
313
    gl1->addWidget(w, gridrow++, 0);
314
    gl1->addWidget(w, gridrow++, 0);
314
315
315
    ConfParamBoolW* cpasp =
316
    ConfParamBoolW* cpasp =
316
        new ConfParamBoolW(this, 
317
        new ConfParamBoolW(this, 
317
                           ConfLink(new ConfLinkRclRep(config, "noaspell")), 
318
                           ConfLink(new ConfLinkRclRep(config, "noaspell")),