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

@@ -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)

View File

@@ -42,3 +42,7 @@ ComboBox < UIComboBox
$on:
image-clip: 0 40 89 20
ComboBoxRounded < ComboBox
image-source: /images/combobox_rounded.png
image-border: 2