Skip to content

Commit 585bfda

Browse files
authored
Merge pull request #249 from antiviiris/main
Slightly move "Move to Bin" button so it doesn't overlap with flufi's goober UI element (its very goober frfr)
2 parents ad98ee9 + d9b6fff commit 585bfda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OSL Programs/apps/System/.Install_system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
"path": "Origin/(A) System/User Applications",
229229
"name": "Files.osl",
230230
"icon": "w 10 c #ff724f square 0 0 5 5 w 8 c #111 square 0 0 5 5 w 2.5 c #ff724f square -4 3 1 1 line -2.5 3.5 1.5 0 square 0 -1 5 2.5 w 4 square 0 -1 4 1",
231-
"version":"7.4"
231+
"version":"7.5"
232232
},
233233
{
234234
"url": "https://origin.mistium.com/OSL%20Programs/apps/System/Settings.osl",

OSL Programs/apps/System/Files.osl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def "render_files_list" (
435435
frm_w = frame.width
436436
frame "clear"
437437
if inputs.path == (user_folder ++ "/bin") (
438-
loc -2 2 -75 -113
438+
loc -2 2 -150 -117
439439
square 120 20 10 : c#prim
440440
if onclick (
441441
each uuid files (

0 commit comments

Comments
 (0)