|
|
|
|
@ -654,7 +654,7 @@ func _init() -> void:
|
|
|
|
|
set_stylebox('panel', 'PopupMenu', sb)
|
|
|
|
|
|
|
|
|
|
var line_sb : StyleBoxLine = StyleBoxLine.new()
|
|
|
|
|
line_sb.color = _get_base_color(-1.4, 0.6)
|
|
|
|
|
line_sb.color = mono_color * Color(0, 0, 0, 0.2)
|
|
|
|
|
line_sb.grow_begin = base_margin * -1.5 * scale
|
|
|
|
|
line_sb.grow_end = base_margin * -1.5 * scale
|
|
|
|
|
line_sb.thickness = int(ceilf(scale * 2))
|
|
|
|
|
@ -874,7 +874,7 @@ func _init() -> void:
|
|
|
|
|
# Separators
|
|
|
|
|
|
|
|
|
|
line_sb = StyleBoxLine.new()
|
|
|
|
|
line_sb.color = _get_base_color(-1.2, 0.6)
|
|
|
|
|
line_sb.color = mono_color * Color(0, 0, 0, 0.35)
|
|
|
|
|
line_sb.grow_begin = base_margin * -1 * scale
|
|
|
|
|
line_sb.grow_end = base_margin * -1 * scale
|
|
|
|
|
line_sb.thickness = int(ceilf(scale * 2))
|
|
|
|
|
|