mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 14:43:27 +02:00
Version 2.2 - retro layout + bug fixes
This commit is contained in:
@@ -122,7 +122,7 @@ function createShop()
|
||||
if shop then return end
|
||||
shop = g_ui.displayUI('shop')
|
||||
shop:hide()
|
||||
shopButton = modules.client_topmenu.addRightGameToggleButton('shopButton', tr('Shop'), '/images/topbuttons/shop', toggle)
|
||||
shopButton = modules.client_topmenu.addRightGameToggleButton('shopButton', tr('Shop'), '/images/topbuttons/shop', toggle, false, 8)
|
||||
connect(shop.categories, { onChildFocusChange = changeCategory })
|
||||
end
|
||||
|
||||
|
@@ -39,6 +39,7 @@ ShopCategoryCreature < ShopCategory
|
||||
margin-bottom: 2
|
||||
margin-left: 2
|
||||
size: 32 32
|
||||
raw: true
|
||||
|
||||
ShopCategoryImage < ShopCategory
|
||||
Label
|
||||
@@ -116,7 +117,8 @@ ShopOfferCreature < ShopOffer
|
||||
margin-top: 4
|
||||
margin-bottom: 4
|
||||
margin-left: 2
|
||||
size: 64 64
|
||||
size: 48 48
|
||||
raw: true
|
||||
|
||||
ShopOfferImage < ShopOffer
|
||||
Label
|
||||
|
Reference in New Issue
Block a user