mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 01:45:33 +00:00
[GUI] Make tes3mp_dialog_list larger
This commit is contained in:
parent
7efb374f75
commit
268a1501ad
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<MyGUI type="Layout">
|
||||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 300 300" name="_Main">
|
||||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 400 400" name="_Main">
|
||||
<Property key="Visible" value="false"/>
|
||||
|
||||
<Widget type="EditBox" skin="MW_TextEditClient" position="16 8 268 48" name="Message" align="Center Top">
|
||||
<Widget type="EditBox" skin="MW_TextEditClient" position="13 8 368 48" name="Message" align="Center Top">
|
||||
<Property key="FontName" value="Default"/>
|
||||
<Property key="TextAlign" value="Top HCenter"/>
|
||||
<Property key="Static" value="true"/>
|
||||
|
@ -12,9 +12,9 @@
|
|||
<Property key="MultiLine" value="true"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="ListBox" skin="MW_List" position="16 56 268 170" align="Left Top" name="ListBox"/>
|
||||
<Widget type="ListBox" skin="MW_List" position="13 56 368 290" align="Left Top" name="ListBox"/>
|
||||
|
||||
<Widget type="VBox" position="0 262 292 24" align="Right Bottom">
|
||||
<Widget type="VBox" position="0 362 392 24" align="Right Bottom">
|
||||
<Widget type="HBox">
|
||||
<Property key="Spacing" value="8"/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue