1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

fixed console command line

This commit is contained in:
scrawl 2012-03-22 13:34:02 +01:00
parent ceea51fe9f
commit 43349eb539
3 changed files with 9 additions and 8 deletions

View file

@ -12,7 +12,7 @@
<Code hide="1104"/> <Code hide="1104"/>
</Font> </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="33 126"/>
<Code range="192 382"/><!-- Central and Eastern European glyphs --> <Code range="192 382"/><!-- Central and Eastern European glyphs -->
<Code range="1025 1105"/> <Code range="1025 1105"/>

View file

@ -59,11 +59,4 @@
<!--Property key="Pointer" value = "beam" /--> <!--Property key="Pointer" value = "beam" /-->
<BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/> <BasisSkin type="EditText" offset = "0 0 10 10" align = "Stretch"/>
</Skin> </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> </MyGUI>

View file

@ -35,4 +35,12 @@
</Widget> </Widget>
</Widget> </Widget>
</Resource> </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> </MyGUI>