1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-13 17:39:40 +00:00

more compact layout for the bottom box

This commit is contained in:
Marc Zinnschlag 2013-07-28 14:00:26 +02:00
parent 00fcb79f08
commit 4f6e99c391
2 changed files with 2 additions and 0 deletions

View file

@ -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);

View file

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