stk-code_catmod/data/gui/dialogs/confirm_dialog.stkgui

19 lines
720 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
<div x="2%" y="5%" width="96%" height="90%" layout="vertical-row" >
<label height="65%" id="title" width="100%" text_align="center" word_wrap="true"/>
2019-10-05 17:43:41 -04:00
<spacer height="5%" width="10" />
<buttonbar id="buttons" height="30%" width="70%" align="center">
<icon-button id="cancel" width="128" height="128" icon="gui/icons/remove.png"
I18N="In a 'are you sure?' dialog" text="Cancel" align="center"/>
<icon-button id="confirm" width="128" height="128" icon="gui/icons/green_check.png"
I18N="In a 'are you sure?' dialog" text="Yes" align="center"/>
</buttonbar>
</div>
</stkgui>