mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-11 13:42:38 +01:00
Чуть потемнее
This commit is contained in:
parent
46a430baa7
commit
897bca3873
@ -498,7 +498,7 @@
|
||||
type="Application",
|
||||
icon="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/HEX/Icon.pic",
|
||||
createShortcut=true,
|
||||
version=1.05,
|
||||
version=1.06,
|
||||
},
|
||||
{
|
||||
path="/MineOS/Applications/Spinner",
|
||||
|
||||
@ -212,7 +212,7 @@ end
|
||||
|
||||
------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
window:addChild(GUI.panel(1, 1, window.width, 3, 0x444444)):moveToBack()
|
||||
window:addChild(GUI.panel(1, 1, window.width, 3, 0x3C3C3C)):moveToBack()
|
||||
|
||||
local byteField = window:addChild(newByteField(13, 6, 64, 20, 4, 2, false))
|
||||
local charField = window:addChild(newByteField(byteField.localPosition.x + byteField.width + 3, 6, 16, 20, 1, 2, true))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user