Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 83679 | Differences between
and this patch

Collapse All | Expand All

(-)quasar-1.4.7_GPL.orig/gui/report_list.cpp (+1 lines)
Lines 49-54 Link Here
49
    QVBox* frame = new QVBox(this);
49
    QVBox* frame = new QVBox(this);
50
    QSplitter* split = new QSplitter(frame);
50
    QSplitter* split = new QSplitter(frame);
51
    QFrame* buttons = new QFrame(frame);
51
    QFrame* buttons = new QFrame(frame);
52
    frame->setStretchFactor(split, 1);
52
53
53
    _module = new ListView(split);
54
    _module = new ListView(split);
54
    _module->addTextColumn(tr("Module"), 20);
55
    _module->addTextColumn(tr("Module"), 20);

Return to bug 83679