EnterGame with unique server option, ComboboxRounded

This commit is contained in:
Henrique Santiago
2012-08-06 11:39:27 -03:00
parent 0f980ec18b
commit 217291b486
5 changed files with 38 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ function Locales.init()
end
addEvent( function()
localeComboBox = g_ui.createWidget('ComboBox', rootWidget:recursiveGetChildById('rightButtonsPanel'))
localeComboBox = g_ui.createWidget('ComboBoxRounded', rootWidget:recursiveGetChildById('rightButtonsPanel'))
localeComboBox:setFixedSize(true)
for key,value in pairs(installedLocales) do
localeComboBox:addOption(value.languageName, value.name)