Modify the default theme GraphNode close_h_offset
Modifies the close_h_offset to be 12 instead of 22. This better aligns the default position.
This commit is contained in:
committed by
SirQuartz
parent
253396ba39
commit
961d6763fb
@ -342,7 +342,7 @@
|
||||
<theme_item name="title_color" data_type="color" type="Color" default="Color(0.875, 0.875, 0.875, 1)">
|
||||
Color of the title text.
|
||||
</theme_item>
|
||||
<theme_item name="close_h_offset" data_type="constant" type="int" default="22">
|
||||
<theme_item name="close_h_offset" data_type="constant" type="int" default="12">
|
||||
</theme_item>
|
||||
<theme_item name="close_offset" data_type="constant" type="int" default="22">
|
||||
The vertical offset of the close button.
|
||||
|
||||
Reference in New Issue
Block a user