Skip to content

Commit

Permalink
Fixed price tips pos
Browse files Browse the repository at this point in the history
  • Loading branch information
haimanman committed Jun 27, 2017
1 parent ebb155c commit e4ea754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HM_ToolBox/HM_Price.lua
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ _HM_Price.PS.OnPanelActive = function(frame)
end)
end)
ui:Append("Text", { x = 3, y = bY + 130, font = 218, txt = "注1:估价不包括未绑定物品、通宝、积分等" })
ui:Append("Text", { x = 3, y = bY + 155, font = 218, txt = "注2:市场价格波动较快,结果数值仅供此时参考" })
ui:Append("Text", { x = 3, y = bY + 180, font = 218, txt = "注3:有兴趣提供报价或改进建议的,请加Q群:231377316" })
ui:Append("Text", { x = 3, y = bY + 152, font = 218, txt = "注2:市场价格波动较快,结果数值仅供此时参考" })
ui:Append("Text", { x = 3, y = bY + 174, font = 218, txt = "注3:有兴趣提供报价或改进建议的,请加Q群:231377316" })
-- url
ui:Append("Text", { x = 0, y = bY + 226 , txt = "估价器官网", font = 27 })
ui:Append("WndEdit", { x = 100, y = bY + 226 , w = 300, h = 28, txt = ROOT_URL .. "/jx3/gujia", color = { 255, 255, 200 } })
Expand Down

0 comments on commit e4ea754

Please sign in to comment.