Skip to content

Commit

Permalink
resize chat
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Nov 28, 2018
1 parent 256e2a3 commit dd8d84d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/_fallback/BGAnimations/ScreenChatOverlay overlay.lua
@@ -1,7 +1,7 @@
local lastx, lasty = 0, 0
local width, height = SCREEN_WIDTH, SCREEN_HEIGHT * 0.035
local lineNumber = 8
local inputLineNumber = 3
local lineNumber = 6
local inputLineNumber = 2
local tabHeight = 1
local maxTabs = 10
local x, y = 0, SCREEN_HEIGHT - height * (lineNumber + inputLineNumber + tabHeight)
Expand Down

0 comments on commit dd8d84d

Please sign in to comment.