Update themeSwitcher.lua

This commit is contained in:
xxtom00 2019-07-28 16:48:30 +01:00
parent c4f8429480
commit d9c4009b51
1 changed files with 1 additions and 1 deletions
create/controllers

View File

@ -9,7 +9,7 @@ controller.scrollView = nil
function controller.createUI(workshop)
controller.workshop = workshop
controller.window = uiController.createWindow(workshop.interface, guiCoord(1, -400, 1, -50), guiCoord(0, 60, 0, 50), "Theme")
controller.window = uiController.createWindow(workshop.interface, guiCoord(1, -400, 1, -50), guiCoord(0, 80, 0, 50), "Theme")
controller.window.visible = true
local darkBtn = engine.construct("guiFrame", controller.window.content, {