Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AeroScripts committed Jan 21, 2021
1 parent 3d2871d commit 49f4bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function GogoLoot:BuildUI()
GogoLoot._frame = frame
frame:SetTitle("GogoLoot")
frame:SetLayout("Fill")
frame:SetWidth(555)
frame:SetWidth(565)
frame:SetHeight(650)

local wasAutoRollEnabled = GogoLoot_Config.autoRoll -- bit of a hack
Expand Down Expand Up @@ -461,7 +461,7 @@ function GogoLoot:BuildUI()
sf = scrollFrame(widget)
end

label(sf, "GogoLoot will only attempt to Master Loot BOP items inside of a 20+ Member Raid instance as these are the only items that are tradable in-game.\nGogoLoot will not attempt to automate looting for World Bosses, 10-man, or 5-man content.", nil)
label(sf, "GogoLoot will only attempt to Master Loot BOP items inside of a 20+ Member Raid instance as these are the only items that are tradable in-game.\n\nGogoLoot will not attempt to automate looting for World Bosses, 10-man,\nor 5-man content.", nil)

spacer(sf)
local enabled = checkbox(sf, "Enable Automatic Looting for Master Looters")
Expand Down

0 comments on commit 49f4bb9

Please sign in to comment.