tibia-client/modules/game_chat/chat.otui

35 lines
683 B
Plaintext
Raw Normal View History

ChatLabel < UILabel
2011-11-04 00:34:32 +01:00
font: verdana-11px-antialised
height: 14
YellowChatLabel < ChatLabel
color: yellow
Panel
id: chatPanel
anchors.fill: parent
Panel
id: chatBuffer
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
2011-11-04 00:34:32 +01:00
anchors.bottom: chatLineEdit.top
2011-11-17 22:41:02 +01:00
margin-right: 6
margin-left: 6
margin-bottom: 2
margin-top: 6
2011-11-04 00:34:32 +01:00
layout:
type: verticalBox
2011-11-17 22:41:02 +01:00
align-bottom: true
focusable: false
LineEdit
id: chatLineEdit
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: parent.bottom
2011-11-17 22:41:02 +01:00
margin-right: 6
margin-left: 6
margin-bottom: 6
always-active: true