fixed console log

actorid
scrawl 13 years ago
parent 43349eb539
commit 3b76f6dcf4

@ -46,12 +46,6 @@
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
</Skin>
<Skin name="MW_ConsoleLog" size="0 0 50 50">
<Property key="WordWrap" value = "true" />
<Child type="Widget" skin="MW_LogClient" offset="0 0 35 10" align = "ALIGN_STRETCH" name = "Client"/>
<!--Child type="VScroll" skin="VScroll" offset = "35 0 15 50" align = "Right VStretch" name = "VScroll"/-->
</Skin>
<Skin name = "MW_EditClient" size = "10 10">
<Property key="FontName" value = "MonoFont" />
<Property key="AlignText" value = "Left VCenter" />

@ -6,7 +6,9 @@
<Property key="MaxSize" value="2000 2000"/>
<!-- Log window -->
<Widget type="EditBox" skin="MW_ConsoleLog" position="5 5 390 360" align="Stretch" name="list_History"/>
<Widget type="EditBox" skin="MW_ConsoleLog" position="5 5 390 360" align="Stretch" name="list_History">
<Property key="Edit_MultiLine" value="1"/>
</Widget>
<!-- Command line -->
<Widget type="EditBox" skin="MW_ConsoleCommand" position="0 365 392 28" align="HStretch Bottom" name="edit_Command"/>

@ -43,4 +43,13 @@
<Widget type="Widget" skin="MW_BarFrame" position="0 0 29 26" align="ALIGN_STRETCH"/>
</Widget>
</Resource>
<Resource type="ResourceLayout" name="MW_ConsoleLog" version="3.2.0">
<Widget type="Widget" skin="" position="0 0 50 50" name="Root">
<Widget type="EditBox" skin="MW_LogClient" position="0 0 35 10" align="Stretch" name="Client">
<Property key="WordWrap" value = "true" />
</Widget>
<!--Child type="VScroll" skin="VScroll" offset = "35 0 15 50" align = "Right VStretch" name = "VScroll"/-->
</Widget>
</Resource>
</MyGUI>

Loading…
Cancel
Save