Skip to content

Commit

Permalink
feat: Custom scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
otDan committed May 9, 2023
1 parent d260ca7 commit b38eef8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,16 @@ script = ExtResource( 15 )
[node name="MarginContainer" type="MarginContainer" parent="VBoxContainer/HBoxContainer/VBoxContainer2/ModPanelContainer/MarginContainer/VBoxContainer/ScrollContainer"]
margin_left = 8.0
margin_top = 8.0
margin_right = 255.0
margin_bottom = 830.0
margin_right = 275.0
margin_bottom = 798.0
size_flags_horizontal = 3
size_flags_vertical = 3
custom_constants/margin_right = 0
custom_constants/margin_right = 20

[node name="ModContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer/VBoxContainer2/ModPanelContainer/MarginContainer/VBoxContainer/ScrollContainer/MarginContainer"]
unique_name_in_owner = true
margin_right = 247.0
margin_bottom = 822.0
margin_bottom = 790.0
size_flags_horizontal = 3
size_flags_vertical = 3

Expand Down Expand Up @@ -223,6 +223,7 @@ margin_right = 247.0
margin_bottom = 763.0

[node name="ModToggle14" parent="VBoxContainer/HBoxContainer/VBoxContainer2/ModPanelContainer/MarginContainer/VBoxContainer/ScrollContainer/MarginContainer/ModContainer" instance=ExtResource( 11 )]
visible = false
margin_top = 767.0
margin_right = 247.0
margin_bottom = 822.0
Expand Down

0 comments on commit b38eef8

Please sign in to comment.