mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
:(
This commit is contained in:
parent
eb40203d34
commit
561f0ae25f
@ -1753,12 +1753,6 @@ local function anyIconFieldAddInfo(iconField, path)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local function gridIconFieldSetVerticalScroll(iconField, value)
|
|
||||||
iconField.verticalScroll = math.max(
|
|
||||||
|
|
||||||
)
|
|
||||||
end
|
|
||||||
|
|
||||||
function system.gridIconField(x, y, width, height, xOffset, yOffset, path, defaultTextColor, selectionBackgroundColor, selectionTextColor, selectionFrameColor, selectionTransparency)
|
function system.gridIconField(x, y, width, height, xOffset, yOffset, path, defaultTextColor, selectionBackgroundColor, selectionTextColor, selectionFrameColor, selectionTransparency)
|
||||||
local iconField = GUI.container(x, y, width, height)
|
local iconField = GUI.container(x, y, width, height)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user