a lot of changes in modules

This commit is contained in:
Eduardo Bart
2012-02-06 17:19:47 -02:00
parent add8505a5b
commit 88301c329a
50 changed files with 488 additions and 322 deletions

View File

@@ -0,0 +1,38 @@
TerminalLabel < UILabel
font: terminus-14px-bold
height: 16
Panel
id: terminalPanel
background-color: #000000
opacity: 0.85
anchors.fill: parent
@onEscape: Terminal.hide()
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