mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
use vertical layout for console (much faster)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user