fixed console command line

actorid
scrawl 13 years ago
parent ceea51fe9f
commit 43349eb539

@ -12,7 +12,7 @@
<Code hide="1104"/>
</Font>
<Font name="MonoFont" default_height="17" source="VeraMono.ttf" size="13" resolution="50" antialias_colour="false" space_width="4" tab_width="8" cursor_width="2" distance="10" offset_height="0">
<Font name="MonoFont" default_height="17" source="VeraMono.ttf" size="18" resolution="50" antialias_colour="false" space_width="4" tab_width="8" cursor_width="2" distance="10" offset_height="0">
<Code range="33 126"/>
<Code range="192 382"/><!-- Central and Eastern European glyphs -->
<Code range="1025 1105"/>

@ -59,11 +59,4 @@
<!--Property key="Pointer" value = "beam" /-->
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
</Skin>
<!-- The edit control used for entering commands -->
<Skin name = "MW_ConsoleCommand" size = "29 26">
<Child type="Widget" skin="MW_EditClient" offset = "2 1 23 22" align = "Stretch" name = "Client"/>
<Child type="Widget" skin="MW_BarFrame" offset="0 0 29 26" align="ALIGN_STRETCH"/>
</Skin>
</MyGUI>

@ -35,4 +35,12 @@
</Widget>
</Widget>
</Resource>
<!-- The edit control used for entering commands -->
<Resource type="ResourceLayout" name="MW_ConsoleCommand" version="3.2.0">
<Widget type="Widget" skin="" position="0 0 29 26" name="Root">
<Widget type="TextBox" skin="MW_EditClient" position="2 1 23 22" align="Stretch" name="Client"/>
<Widget type="Widget" skin="MW_BarFrame" position="0 0 29 26" align="ALIGN_STRETCH"/>
</Widget>
</Resource>
</MyGUI>

Loading…
Cancel
Save