Eduardo Bart 33458a3e39 modules changes
* speedup widget destruction checks
* rework outfit module using grid layout and the new design
* fixes in console, terminal, textmessage modules
2012-03-22 18:47:52 -03:00

38 lines
773 B
Plaintext

TerminalLabel < UILabel
font: terminus-14px-bold
height: 16
UIWidget
id: terminalWidget
background-color: #000000
opacity: 0.85
anchors.fill: parent
Panel
id: terminalBuffer
layout: verticalBox
focusable: false
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: commandSymbolLabel.top
margin-left: 2
UILabel
id: commandSymbolLabel
size: 20 16
fixed-size: true
anchors.bottom: parent.bottom
anchors.left: parent.left
margin-left: 2
font: terminus-14px-bold
text: >>
UILineEdit
id: commandLineEdit
height: 16
anchors.bottom: parent.bottom
anchors.left: commandSymbolLabel.right
anchors.right: parent.right
margin-left: 5
font: terminus-14px-bold