|
|
|
|
@ -288,6 +288,9 @@ func _init() -> void:
|
|
|
|
|
|
|
|
|
|
# EditorInspector
|
|
|
|
|
|
|
|
|
|
empty_sb = base_empty_sb.duplicate()
|
|
|
|
|
empty_sb.set_content_margin_all(base_margin * 2 * scale)
|
|
|
|
|
set_stylebox('panel', 'EditorInspector', empty_sb)
|
|
|
|
|
set_constant('v_separation', 'EditorInspector', int(base_margin * 0.85 * scale))
|
|
|
|
|
sb = base_sb.duplicate()
|
|
|
|
|
sb.bg_color = _get_base_color(0.2, 0.8)
|
|
|
|
|
@ -636,6 +639,7 @@ func _init() -> void:
|
|
|
|
|
|
|
|
|
|
# ScrollContainer
|
|
|
|
|
|
|
|
|
|
set_stylebox('panel', 'ScrollContainer', base_empty_sb)
|
|
|
|
|
set_stylebox('focus', 'ScrollContainer', base_empty_sb)
|
|
|
|
|
|
|
|
|
|
# ScrollBar
|
|
|
|
|
|