ui: Changed graph access public icon and added default icon
This commit is contained in:
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 |
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user