use vertical layout for console (much faster)

This commit is contained in:
Eduardo Bart
2011-08-28 20:04:36 -03:00
parent 66703e4b07
commit 028ae664be
2 changed files with 30 additions and 21 deletions

View File

@@ -1,10 +1,6 @@
ConsoleLabel < UILabel
font: terminus-14px-bold
height: 16
anchors.bottom: next.top
anchors.left: parent.left
anchors.right: parent.right
margin.left: 2
RectPanel
id: consolePanel
@@ -12,6 +8,14 @@ RectPanel
opacity: 216
anchors.fill: parent
UIWidget
id: consoleBuffer
layout: verticalBox
anchors.left: parent.left
anchors.right: parent.right
anchors.bottom: commandSymbolLabel.top
margin.left: 2
UILabel
id: commandSymbolLabel
size: 20 16