mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-17 20:42:29 +00:00
more compact layout for the bottom box
This commit is contained in:
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…
x
Reference in New Issue
Block a user