1
0
forked from 0ad/0ad

Enlarge "Watch Replay" button in summary screen for long translations

Patch By: Langbart
Reviewed By: marder
Differential Revision: D4168
refs #6024

This was SVN commit r25877.
This commit is contained in:
bb 2021-08-29 20:38:10 +00:00
parent 4e664dd712
commit 380df3cf73

View File

@ -183,12 +183,12 @@
</action>
</object>
<object type="button" name="replayButton" style="ModernButtonRed" size="100%-310 100%-48 100%-170 100%-20">
<object type="button" name="replayButton" style="ModernButtonRed" size="100%-330 100%-52 100%-180 100%-15">
<translatableAttribute id="caption">Watch Replay</translatableAttribute>
<action on="Press">startReplay();</action>
</object>
<object type="button" name="continueButton" style="ModernButtonRed" size="100%-160 100%-48 100%-20 100%-20">
<object type="button" name="continueButton" style="ModernButtonRed" size="100%-170 100%-52 100%-20 100%-15">
<translatableAttribute id="caption">Continue</translatableAttribute>
<action on="Press">continueButton();</action>
</object>