From 48b50575c8d6551ddf45f6c62208bf8947425e69 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 26 Aug 2018 18:39:50 +0300 Subject: [PATCH] aefaef --- Applications/MultiScreenGUI.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/MultiScreenGUI.lua b/Applications/MultiScreenGUI.lua index b509e994..37159f8d 100644 --- a/Applications/MultiScreenGUI.lua +++ b/Applications/MultiScreenGUI.lua @@ -50,7 +50,7 @@ local function clearScreens() end local function addButton(text) - return layout:addChild(GUI.button(1, 1, elementWidth, 3, 0x3C3C3C, 0x969696, 0x969696, 0x3C3C3C, text)) + return layout:addChild(GUI.button(1, 1, elementWidth, 3, 0x4B4B4B, 0xB4B4B4, 0xB4B4B4, 0x4B4B4B, text)) end local function addTextBox(lines)