Skip to content
Snippets Groups Projects
Commit 61c162d9 authored by dg's avatar dg
Browse files

Campaign name field is longer

git-svn-id: http://svn.net-core.org/repos/t-engine4@6244 51575b47-30f0-44d4-a5cc-537603b46e54
parent 074c1003
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ function _M:init(title, actor, order, at_end, quickbirth, w, h)
self:generateCampaigns()
self.c_campaign_text = Textzone.new{auto_width=true, auto_height=true, text="Campaign: "}
self.c_campaign = Dropdown.new{width=300, fct=function(item) self:campaignUse(item) end, on_select=function(item) self:updateDesc(item) end, list=self.all_campaigns, nb_items=#self.all_campaigns}
self.c_campaign = Dropdown.new{width=400, fct=function(item) self:campaignUse(item) end, on_select=function(item) self:updateDesc(item) end, list=self.all_campaigns, nb_items=#self.all_campaigns}
self:generateDifficulties()
self.c_difficulty_text = Textzone.new{auto_width=true, auto_height=true, text="Difficulty: "}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment