tibia-client/modules/client_terminal/terminal.otui

39 lines
798 B
Plaintext
Raw Normal View History

2012-01-07 18:36:58 +01:00
TerminalLabel < UILabel
2011-08-20 22:30:41 +02:00
font: terminus-14px-bold
height: 16
Panel
2012-01-07 18:36:58 +01:00
id: terminalPanel
2011-08-20 22:30:41 +02:00
background-color: #000000
opacity: 0.85
2011-08-20 22:30:41 +02:00
anchors.fill: parent
2012-01-07 21:00:07 +01:00
@onEscape: Terminal.hide()
2011-08-20 22:30:41 +02:00
Panel
2012-01-07 18:36:58 +01:00
id: terminalBuffer
layout: verticalBox
focusable: false
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: commandSymbolLabel.top
2011-11-17 22:41:02 +01:00
margin-left: 2
2011-08-20 22:30:41 +02:00
UILabel
2011-08-23 03:08:36 +02:00
id: commandSymbolLabel
size: 20 16
2011-11-17 22:41:02 +01:00
fixed-size: true
2011-08-20 22:30:41 +02:00
anchors.bottom: parent.bottom
anchors.left: parent.left
2011-11-17 22:41:02 +01:00
margin-left: 2
2011-08-20 22:30:41 +02:00
font: terminus-14px-bold
text: >>
UILineEdit
id: commandLineEdit
height: 16
2011-08-20 22:30:41 +02:00
anchors.bottom: parent.bottom
anchors.left: commandSymbolLabel.right
2011-08-20 22:30:41 +02:00
anchors.right: parent.right
2011-11-17 22:41:02 +01:00
margin-left: 5
2011-08-20 22:30:41 +02:00
font: terminus-14px-bold