mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
EnterGame with unique server option, ComboboxRounded
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user