1
0
forked from 0ad/0ad

Remove two unused dangling gui xml references.

Revert the unintentional revert of 31e412b94e during the rebase of
ac7b5ce861.
Remove unintentionally copy-pasted onscreenToolTip reference from the
termsdialog following 74fbb4b823.

This was SVN commit r21917.
This commit is contained in:
elexis 2018-10-24 12:04:11 +00:00
parent 04ba9d1db4
commit 9459825159
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<object type="text" name="languageLabel" style="ModernLabelText">
<translatableAttribute id="caption">Language</translatableAttribute>
</object>
<object type="dropdown" name="languageDropdown" style="ModernDropDown" tooltip_style="onscreenToolTip"/>
<object type="dropdown" name="languageDropdown" style="ModernDropDown"/>
</object>
<object size="20 60 100%-20 100%-50">

View File

@ -137,7 +137,7 @@
<!-- Map Preview -->
<object type="image" sprite="ModernDarkBoxGold" name="gamePreviewBox" size="100%-426 40 100%-24 336">
<object type="image" sprite="snMapPreview" size="1 1 401 294" name="mapPreview"/>
<object type="image" size="1 1 401 294" name="mapPreview"/>
<object name="mapInfoName" type="text" style="ModernLeftLabelText" size="5 100%-20 100% 100%-1"/>
</object>