mirror of
https://github.com/edubart/otclient.git
synced 2025-10-20 06:23:26 +02: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