Allow word wrap for ghost replay dialog buttons
This commit is contained in:
parent
7c53a5556c
commit
073f337415
@ -36,22 +36,23 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div width="95%" height="60%" align="center">
|
||||
<div width="95%" height="50%" align="center">
|
||||
<buttonbar id="actions" x="0" y="0" height="100%" width="100%" align="center">
|
||||
<icon-button id="start" width="128" height="128"
|
||||
icon="gui/icons/green_check.png"
|
||||
I18N="Ghost replay info screen action" text="Start Race" />
|
||||
I18N="Ghost replay info screen action" text="Start Race" word_wrap="true" />
|
||||
<icon-button id="add-ghost-to-compare" width="128" height="128"
|
||||
icon="gui/icons/ghost_plus.png"
|
||||
I18N="Ghost replay info screen action" text="Compare ghost" />
|
||||
I18N="Ghost replay info screen action" text="Compare ghost" word_wrap="true" />
|
||||
<icon-button id="remove" width="128" height="128"
|
||||
icon="gui/icons/remove.png"
|
||||
I18N="Ghost replay info action" text="Remove" />
|
||||
I18N="Ghost replay info action" text="Remove" word_wrap="true" />
|
||||
<icon-button id="back" width="128" height="128"
|
||||
icon="gui/icons/back.png"
|
||||
I18N="Ghost replay info action" text="Back" />
|
||||
I18N="Ghost replay info action" text="Back" word_wrap="true" />
|
||||
</buttonbar>
|
||||
</div>
|
||||
<spacer width="10" height="10%"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user