confirm_resolution_dialog.stkgui 693 B

12345678910111213141516171819
  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="accept" I18N="In the 'confirm resolution' dialog, that's shown when switching resoluton"
  7. text="Keep this resolution" align="center"/>
  8. <spacer height="15" width="10" />
  9. <button id="cancel" I18N="In the 'confirm resolution' dialog, that's shown when switching resoluton"
  10. text="Cancel" align="center"/>
  11. <spacer height="10" width="10" />
  12. </div>
  13. </stkgui>