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:
parent
00fcb79f08
commit
4f6e99c391
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue