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/cheque_customer.cpp (-1 / +1 lines)
Lines 200-206 Link Here
200
    totalGrid->addWidget(allocLabel, 0, 3, AlignRight | AlignVCenter);
200
    totalGrid->addWidget(allocLabel, 0, 3, AlignRight | AlignVCenter);
201
    totalGrid->addWidget(_alloc, 0, 4);
201
    totalGrid->addWidget(_alloc, 0, 4);
202
202
203
    vbox2->addWidget(_table);
203
    vbox2->addWidget(_table, 1);
204
    vbox2->addWidget(totals);
204
    vbox2->addWidget(totals);
205
205
206
    QGridLayout* grid = new QGridLayout(_frame);
206
    QGridLayout* grid = new QGridLayout(_frame);

Return to bug 83679