ui: Changed graph access public icon and added default icon

This commit is contained in:
Eberhard Graether
2016-08-03 18:06:30 +02:00
parent 66e48d5608
commit 05c06a6102
4 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

+1 -1
View File
@@ -151,7 +151,7 @@ size_t GraphViewStyle::getFontSizeForNodeType(Node::NodeType type)
size_t GraphViewStyle::getFontSizeOfAccessNode()
{
return s_fontSize - 3;
return s_fontSize - 2;
}
size_t GraphViewStyle::getFontSizeOfExpandToggleNode()
@@ -15,7 +15,7 @@ QtGraphNodeAccess::QtGraphNodeAccess(TokenComponentAccess::AccessType accessType
: QtGraphNode()
, m_access(accessType)
, m_accessIcon(nullptr)
, m_accessIconSize(20)
, m_accessIconSize(16)
{
std::string accessString = TokenComponentAccess::getAccessString(accessType);
this->setName(accessString);