tibia-client/modules/game_containers/container.otui

35 lines
626 B
Plaintext
Raw Normal View History

ContainerWindow < MiniWindow
height: 150
2012-01-13 01:31:39 +01:00
UIItem
id: containerItemWidget
virtual: true
size: 16 16
anchors.top: parent.top
anchors.left: parent.left
margin-top: 4
margin-left: 4
2012-01-13 01:31:39 +01:00
UIButton
id: upButton
anchors.top: minimizeButton.top
anchors.right: minimizeButton.left
margin-right: 3
size: 14 14
image-source: /images/miniwindowbuttons.png
image-clip: 42 0 14 14
2012-01-13 01:31:39 +01:00
$hover:
image-clip: 42 14 14 14
$pressed:
image-clip: 42 28 14 14
MiniWindowContents
2012-04-30 18:40:12 +02:00
padding-right: 0
layout:
type: grid
cell-size: 34 34
flow: true
2012-04-30 18:40:12 +02:00