confirm_dialog.stkgui 553 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <stkgui>
  3. <div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
  4. <label id="title" width="100%" text_align="center" word_wrap="true" proportion="1" />
  5. <spacer height="25" width="10" />
  6. <button id="confirm" I18N="In a 'are you sure?' dialog" text="Yes" align="center"/>
  7. <spacer height="15" width="10" />
  8. <button id="cancel" I18N="In a 'are you sure?' dialog" text="Cancel" align="center"/>
  9. <spacer height="10" width="10" />
  10. </div>
  11. </stkgui>