More terminal improvements

This commit is contained in:
Eduardo Bart
2013-02-28 20:10:36 -03:00
parent 425bfd998b
commit 9312d20a0f
4 changed files with 125 additions and 67 deletions

View File

@@ -23,13 +23,30 @@ UIWindow
opacity: 0.85
clipping: true
anchors.fill: parent
border: 0 white
$on:
border: 1 black
Label
id: titleBar
!text: tr('Terminal')
border: 1 black
color: white
anchors.top: parent.top
anchors.left: parent.left
anchors.right: parent.right
background-color: #ffffff11
text-align: left
text-offset: 4 0
height: 18
visible: false
ScrollablePanel
id: terminalScrollArea
focusable: false
anchors.left: parent.left
anchors.right: terminalScroll.left
anchors.top: parent.top
anchors.top: terminalScroll.top
anchors.bottom: commandSymbolLabel.top
vertical-scrollbar: terminalScroll
inverted-scroll: true