mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
23 lines
840 B
XML
23 lines
840 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<objects>
|
|
<script directory="gui/common/"/>
|
|
<script module="gui/incompatible_mods/incompatible_mods.js"/>
|
|
|
|
<!-- Add a translucent black background to fade out the menu page -->
|
|
<object type="image" sprite="ModernFade"/>
|
|
|
|
<object type="image" style="ModernDialog" size="50%-350 50%-200 50%+350 50%+200">
|
|
|
|
<object type="text" style="ModernLabelText" size="50%-128 -18 50%+128 14">
|
|
<translatableAttribute id="caption">Incompatible mods</translatableAttribute>
|
|
</object>
|
|
|
|
<object name="mainText" type="text" style="ModernTextPanel" size="20 20 100%-20 100%-52">
|
|
</object>
|
|
|
|
<object name="btnClose" type="button" style="ModernButtonRed" size="18 100%-45 100%-18 100%-17" hotkey="cancel">
|
|
<translatableAttribute id="caption">Ok</translatableAttribute>
|
|
</object>
|
|
|
|
</object>
|
|
</objects>
|