more compact layout for the bottom box

actorid
Marc Zinnschlag 12 years ago
parent 00fcb79f08
commit 4f6e99c391

@ -24,6 +24,7 @@ CSVWorld::GenericCreator::GenericCreator (CSMWorld::Data& data, QUndoStack& undo
: mData (data), mUndoStack (undoStack), mListId (id)
{
QHBoxLayout *layout = new QHBoxLayout;
layout->setContentsMargins (0, 0, 0, 0);
mId = new QLineEdit;
layout->addWidget (mId, 1);

@ -49,6 +49,7 @@ CSVWorld::TableBottomBox::TableBottomBox (const CreatorFactoryBase& creatorFacto
setVisible (false);
mLayout = new QStackedLayout;
mLayout->setContentsMargins (0, 0, 0, 0);
mStatus = new QLabel;

Loading…
Cancel
Save