tibia-client/modules/client_terminal/terminal.otui

56 lines
1.1 KiB
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
2012-03-26 20:33:00 +02:00
text-wrap: true
text-auto-resize: true
2011-08-20 22:30:41 +02:00
2012-03-26 20:33:00 +02:00
UIWindow
id: terminalWindow
2011-08-20 22:30:41 +02:00
background-color: #000000
opacity: 0.85
2012-03-26 20:33:00 +02:00
clipping: true
2011-08-20 22:30:41 +02:00
anchors.fill: parent
Panel
2012-01-07 18:36:58 +01:00
id: terminalBuffer
2012-03-26 20:33:00 +02:00
layout:
type: verticalBox
2012-06-02 20:58:30 +02:00
fit-children: true
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
2012-05-11 11:13:44 +02:00
size: 12 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
2012-05-11 11:13:44 +02:00
text: >
2011-08-20 22:30:41 +02:00
UITextEdit
id: commandTextEdit
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
2012-03-26 20:33:00 +02:00
ResizeBorder
id: bottomResizeBorder
anchors.bottom: parent.bottom
anchors.left: parent.left
anchors.right: parent.right
enabled: false
ResizeBorder
id: rightResizeBorder
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom
enabled: false