Мини-фиксы под новый формат

This commit is contained in:
Igor Timofeev
2015-09-30 22:39:59 +03:00
parent dddb235507
commit 811364313b
2 changed files with 7 additions and 7 deletions

View File

@@ -25,10 +25,10 @@ local topButtons = {"О системе", "Диски", "Обновления"}
local spaceBetweenTopButtons, offsetTopButtons = 2, 2
local currentMode = 1
local osIcon = image.load("System/OS/Installer/OS_Logo.png")
local hddIcon = image.load("System/OS/Icons/HDD.png")
local floppyIcon = image.load("System/OS/Icons/Floppy.png")
local updateIcon = image.load("System/OS/Icons/Update.png")
local osIcon = image.load("System/OS/Installer/OS_Logo.pic")
local hddIcon = image.load("System/OS/Icons/HDD.pic")
local floppyIcon = image.load("System/OS/Icons/Floppy.pic")
local updateIcon = image.load("System/OS/Icons/Update.pic")
local x, y = "auto", "auto"
local width, height = 84, 26