This commit is contained in:
Igor Timofeev 2017-01-25 12:27:14 +03:00
parent ba64c21ee0
commit 4222199624
3 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -517,7 +517,7 @@
icon="IgorTimofeev/OpenComputers/master/Applications/MineCodeIDE/Icon.pic",
createShortcut="dock",
forceDownload=true,
version=1.58,
version=1.59,
resources={
{
name="Localization/Russian.lang",

View File

@ -1465,7 +1465,7 @@ local function createWindow()
local y = object.y
for i = object.fromMatch, #object.matches do
local firstColor, secondColor = 0x3C3C3C, 0x777777
local firstColor, secondColor = 0x3C3C3C, 0x999999
if i == object.currentMatch then
buffer.square(object.x, y, object.width, 1, 0x2D2D2D, 0xEEEEEE, " ")