mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 19:19:21 +01:00
ТАК АЛЛО
This commit is contained in:
parent
d6b4a06f63
commit
d1aad9c128
@ -669,9 +669,9 @@ labelButton.onTouch = function()
|
|||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local container = GUI.addBackgroundContainer(workspace, true, true, title)
|
local container = GUI.addBackgroundContainer(workspace, true, true, "Change tape label")
|
||||||
|
|
||||||
local input = container.layout:addChild(GUI.input(1, 1, 36, 3, 0xE1E1E1, 0x696969, 0x969696, 0xE1E1E1, 0x2D2D2D, invoke("getLabel") or "", "New label", false))
|
local input = container.layout:addChild(GUI.input(1, 1, 36, 3, 0xE1E1E1, 0x696969, 0x969696, 0xE1E1E1, 0x2D2D2D, invoke("getLabel") or "", "The Algortithm - Superscalar", false))
|
||||||
|
|
||||||
input.onInputFinished = function()
|
input.onInputFinished = function()
|
||||||
invoke("setLabel", input.text)
|
invoke("setLabel", input.text)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user