diff --git a/ovr-utils/icons/handle.svg.import b/ovr-utils/icons/handle.svg.import index df3a9f5..7c20b92 100644 --- a/ovr-utils/icons/handle.svg.import +++ b/ovr-utils/icons/handle.svg.import @@ -31,4 +31,4 @@ process/invert_color=false stream=false size_limit=0 detect_3d=true -svg/scale=10.0 +svg/scale=16.0 diff --git a/ovr-utils/styles/menu.theme b/ovr-utils/styles/menu.theme index 723bd16..ee47e54 100644 Binary files a/ovr-utils/styles/menu.theme and b/ovr-utils/styles/menu.theme differ diff --git a/ovr-utils/styles/sliders/active.stylebox b/ovr-utils/styles/sliders/active.stylebox index 56089fe..0776727 100644 Binary files a/ovr-utils/styles/sliders/active.stylebox and b/ovr-utils/styles/sliders/active.stylebox differ diff --git a/ovr-utils/ui/ListOverlayItem.tscn b/ovr-utils/ui/ListOverlayItem.tscn index 6742bff..70e2c1d 100644 --- a/ovr-utils/ui/ListOverlayItem.tscn +++ b/ovr-utils/ui/ListOverlayItem.tscn @@ -115,7 +115,7 @@ icon = ExtResource( 4 ) anchor_top = -0.016 anchor_right = 1.0 anchor_bottom = -0.016 -margin_top = -464.944 +margin_top = -448.944 margin_bottom = 0.0560002 __meta__ = { "_edit_use_anchors_": false @@ -124,12 +124,12 @@ __meta__ = { [node name="SizeSlider" type="VSlider" parent="MoreOptions/Container/List/SetSize/PanelContainer"] margin_left = 8.0 margin_top = 8.0 -margin_right = 108.0 -margin_bottom = 457.0 +margin_right = 168.0 +margin_bottom = 441.0 min_value = 0.1 max_value = 1.0 step = 0.05 -value = 0.1 +value = 0.4 __meta__ = { "_edit_use_anchors_": false } diff --git a/ovr-utils/ui/overlay_list_item.gd b/ovr-utils/ui/overlay_list_item.gd index bc61081..e0e1e8b 100644 --- a/ovr-utils/ui/overlay_list_item.gd +++ b/ovr-utils/ui/overlay_list_item.gd @@ -6,6 +6,7 @@ var overlay func _ready() -> void: overlay = OverlayManager.get_node(overlay_name) $MoreOptions/Container/List/SetSize/PanelContainer.visible = false + $MoreOptions/Container/List/SetSize/PanelContainer/SizeSlider.value = Settings.s.overlays[overlay_name].width $MoreOptions.visible = false $BasicOptions/Label.text = overlay_name name = overlay_name