Skip to content
Snippets Groups Projects
Commit a3bc972a authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

QmlDesigner.ItemLibrary: Adjusted icon size to avoid scaling

parent 154125ec
No related branches found
No related tags found
No related merge requests found
...@@ -116,8 +116,8 @@ public: ...@@ -116,8 +116,8 @@ public:
ItemLibraryPrivate::ItemLibraryPrivate(QObject *object) : ItemLibraryPrivate::ItemLibraryPrivate(QObject *object) :
m_itemLibraryModel(0), m_itemLibraryModel(0),
m_itemsView(0), m_itemsView(0),
m_itemIconSize(32, 32), m_itemIconSize(22, 22),
m_resIconSize(32, 32), m_resIconSize(22, 22),
m_iconProvider(m_resIconSize) m_iconProvider(m_resIconSize)
{ {
m_resourcePath = QDir::currentPath(); m_resourcePath = QDir::currentPath();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment