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
+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()