Чуть потемнее

This commit is contained in:
Igor Timofeev 2017-10-18 03:27:20 +03:00
parent 46a430baa7
commit 897bca3873
2 changed files with 2 additions and 2 deletions

View File

@ -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",

View File

@ -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))