enter_gp_name_dialog.stkgui 834 B

123456789101112131415161718192021
  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"
  5. I18N="In the 'add new grand prix' dialog"
  6. text="Please enter the name of the grand prix" proportion="1" />
  7. <spacer height="25" width="10" />
  8. <textbox id="textfield" width="75%" I18N="In the 'add new grand prix' dialog" align="center"/>
  9. <spacer height="20" width="20" />
  10. <button id="accept" I18N="In the 'add new grand prix' dialog" text="OK" align="center" proportion="1"/>
  11. <spacer height="15" width="20" />
  12. <button id="cancel" I18N="In the 'add new grand prix' dialog" text="Cancel" align="center" proportion="1"/>
  13. </div>
  14. </stkgui>