add problems list to console (WIP)
This commit is contained in:
@@ -19,4 +19,11 @@
|
|||||||
onup="on_history_up()"
|
onup="on_history_up()"
|
||||||
ondown="on_history_down()">
|
ondown="on_history_down()">
|
||||||
</textbox>
|
</textbox>
|
||||||
|
<panel id="problems-log"
|
||||||
|
color="#00000010"
|
||||||
|
position-func="gui.get_viewport()[1]-350,0"
|
||||||
|
size-func="351,gui.get_viewport()[2]-40"
|
||||||
|
padding="5,15,5,15">
|
||||||
|
<label>@Problems</label>
|
||||||
|
</panel>
|
||||||
</container>
|
</container>
|
||||||
|
|||||||
Reference in New Issue
Block a user