Skip to content

Commit

Permalink
fix hover text clip (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintraspberry Cool committed Nov 16, 2024
1 parent f816851 commit 104ddb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/RainbowPieUI/common/rainbowpie_ui_button.json
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@
"offset": "$rainbowpie_localui_button_desc_text_offset",
"anchor_from": "$rainbowpie_localui_button_desc_text_anchor",
"anchor_to": "$rainbowpie_localui_button_desc_text_anchor",
"allow_clipping": true,
"clips_children": true,
"layer": 200,
"color": "$rainbowpie_ui_theme_hovertext_background_color",
Expand All @@ -463,6 +462,7 @@
"anchor_to": "$rainbowpie_ui_theme_hovertext_bgicon_anchor",
"anchor_from": "$rainbowpie_ui_theme_hovertext_bgicon_anchor",
"ignored": "(not $rainbowpie_ui_theme_hovertext_bgicon_enabled)",
"allow_clipping": true,
"controls": [
{
"icon_image": {
Expand Down
2 changes: 1 addition & 1 deletion ui/RainbowPieUI/ui_extras/redstone_screen_controls.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"offset": [ 10, -8 ],
"anchor_from": "top_left",
"anchor_to": "top_left",
"allow_clipping": true,
"clips_children": true,
"layer": 200,
"color": "$rainbowpie_ui_theme_hovertext_background_color",
Expand All @@ -72,6 +71,7 @@
"anchor_to": "$rainbowpie_ui_theme_hovertext_bgicon_anchor",
"anchor_from": "$rainbowpie_ui_theme_hovertext_bgicon_anchor",
"ignored": "(not $rainbowpie_ui_theme_hovertext_bgicon_enabled)",
"allow_clipping": true,
"controls": [
{
"icon_image": {
Expand Down
2 changes: 1 addition & 1 deletion ui/ui_common.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@
"$offset": [ 20, 0 ],
"anchor_from": "top_left",
"anchor_to": "top_left",
"allow_clipping": true,
"clips_children": true,
"layer": 200,
"color": "$rainbowpie_ui_theme_hovertext_background_color",
Expand All @@ -229,6 +228,7 @@
"anchor_to": "$rainbowpie_ui_theme_hovertext_bgicon_anchor",
"anchor_from": "$rainbowpie_ui_theme_hovertext_bgicon_anchor",
"ignored": "(not $rainbowpie_ui_theme_hovertext_bgicon_enabled)",
"allow_clipping": true,
"controls": [
{
"icon_image": {
Expand Down

0 comments on commit 104ddb3

Please sign in to comment.