mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-27 18:22:47 +01:00
))))
This commit is contained in:
@@ -78,7 +78,7 @@ local function update()
|
||||
end
|
||||
|
||||
functionButton.onTouch = function()
|
||||
local container = MineOSInterface.addUniversalContainer(window, "Set function f(x)")
|
||||
local container = MineOSInterface.addBackgroundContainer(window, "Set function f(x)")
|
||||
local inputField = container.layout:addChild(GUI.input(1, 1, 36, 3, 0xEEEEEE, 0x666666, 0x666666, 0xEEEEEE, 0x262626, yDependencyString, "f(x)", false))
|
||||
inputField.onInputFinished = function()
|
||||
if inputField.text then
|
||||
|
||||
Reference in New Issue
Block a user