forked from qt-creator/qt-creator
memoryview: save a few pixels
This commit is contained in:
@@ -62,6 +62,7 @@ MemoryView::MemoryView(QWidget *binEditor, QWidget *parent) :
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
QVBoxLayout *layout = new QVBoxLayout(this);
|
||||
layout->addWidget(binEditor);
|
||||
layout->setContentsMargins(0, 0, 0, 0);
|
||||
setMinimumWidth(400);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user