mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 16:43:33 +00:00
Move recordfilterbox label 2 pixels to right. Resolves Bug #1839.
This commit is contained in:
parent
227eb12295
commit
ae0fb77e30
@ -13,7 +13,9 @@ CSVFilter::RecordFilterBox::RecordFilterBox (CSMWorld::Data& data, QWidget *pare
|
|||||||
|
|
||||||
layout->setContentsMargins (0, 0, 0, 0);
|
layout->setContentsMargins (0, 0, 0, 0);
|
||||||
|
|
||||||
layout->addWidget (new QLabel ("Record Filter", this));
|
QLabel *label = new QLabel("Record Filter", this);
|
||||||
|
label->setIndent(2);
|
||||||
|
layout->addWidget (label);
|
||||||
|
|
||||||
mEdit = new EditWidget (data, this);
|
mEdit = new EditWidget (data, this);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user