mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
EnterGame with unique server option, ComboboxRounded
This commit is contained in:
@@ -40,7 +40,7 @@ function Skins.init()
|
||||
end
|
||||
|
||||
addEvent( function()
|
||||
skinComboBox = g_ui.createWidget('ComboBox', rootWidget:recursiveGetChildById('rightButtonsPanel'))
|
||||
skinComboBox = g_ui.createWidget('ComboBoxRounded', rootWidget:recursiveGetChildById('rightButtonsPanel'))
|
||||
skinComboBox:setFixedSize(true)
|
||||
for key,value in pairs(installedSkins) do
|
||||
skinComboBox:addOption(value.name)
|
||||
|
@@ -42,3 +42,7 @@ ComboBox < UIComboBox
|
||||
|
||||
$on:
|
||||
image-clip: 0 40 89 20
|
||||
|
||||
ComboBoxRounded < ComboBox
|
||||
image-source: /images/combobox_rounded.png
|
||||
image-border: 2
|
||||
|
Reference in New Issue
Block a user