forked from qt-creator/qt-creator
More UI consistent qrc editor
I altered the layout to use thin splitters so it fits better into the other UI components. Reviewed-by: thorbjorn
This commit is contained in:
@@ -75,7 +75,6 @@ ResourceEditorW::ResourceEditorW(const QList<int> &context,
|
||||
m_plugin(plugin)
|
||||
{
|
||||
m_resourceEditor->setResourceDragEnabled(true);
|
||||
m_resourceEditor->layout()->setMargin(9);
|
||||
|
||||
connect(m_resourceEditor, SIGNAL(dirtyChanged(bool)), this, SLOT(dirtyChanged(bool)));
|
||||
connect(m_resourceEditor, SIGNAL(undoStackChanged(bool, bool)),
|
||||
|
||||
Reference in New Issue
Block a user