Skip to content

Commit

Permalink
Rename Title text element
Browse files Browse the repository at this point in the history
  • Loading branch information
speed2 authored and PhilipJFryFAF committed Oct 31, 2018
1 parent 543726c commit 8445454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/ui/lobby/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ function CreateUI(parent, showPatch)
end

-- Title
local text0 = UIUtil.CreateText(dialogContent, LOC("<LOC lobui_0412>"), 17, 'Arial Gras', true)
LayoutHelpers.AtHorizontalCenterIn(text0, dialogContent, 0)
LayoutHelpers.AtTopIn(text0, dialogContent, 10)
local Title = UIUtil.CreateText(dialogContent, LOC("<LOC lobui_0412>What's new to FAF?"), 17, 'Arial Gras', true)
LayoutHelpers.AtHorizontalCenterIn(Title, dialogContent, 0)
LayoutHelpers.AtTopIn(Title, dialogContent, 10)

-- Info List
local InfoList = ItemList(dialogContent)
Expand Down

0 comments on commit 8445454

Please sign in to comment.