Баг, бажок, бажочек... когда тебя отпустит?(

This commit is contained in:
igor
2017-11-17 20:57:09 +03:00
parent 72a8492610
commit bce2bd4316
2 changed files with 2 additions and 2 deletions

View File

@@ -241,7 +241,7 @@
path="/lib/MineOSInterface.lua",
url="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/lib/MineOSInterface.lua",
type="Library",
version=1.18,
version=1.19,
},
{
path="/lib/MineOSPaths.lua",

View File

@@ -1269,7 +1269,7 @@ local function addKeyAndValue(window, x, y, key, value)
end
function MineOSInterface.propertiesWindow(x, y, width, icon)
local mainContainer, window = MineOSInterface.addWindow(GUI.titledWindow(x, y, width, 1, package.loaded.MineOSCore.localization.properties))
local mainContainer, window = MineOSInterface.addWindow(MineOSInterface.titledWindow(x, y, width, 1, package.loaded.MineOSCore.localization.properties))
window.backgroundPanel.colors.transparency = 0.2
window:addChild(GUI.image(2, 3, icon.image))