2014-06-19 03:49:36 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2010-08-15 20:10:09 -04:00
|
|
|
<stkgui>
|
2014-06-19 03:49:36 -04:00
|
|
|
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
|
|
|
|
<label id="title" width="100%" text_align="center" word_wrap="true" proportion="1" />
|
2010-08-15 20:10:09 -04:00
|
|
|
|
2021-03-07 13:09:47 -05:00
|
|
|
<spacer height="5%" width="10" />
|
2010-08-15 20:10:09 -04:00
|
|
|
|
2021-03-07 13:09:47 -05:00
|
|
|
<buttonbar id="buttons" height="30%" width="30%" align="center">
|
2010-08-15 20:10:09 -04:00
|
|
|
|
2021-03-07 13:09:47 -05:00
|
|
|
<icon-button id="accept" width="128" height="128" icon="gui/icons/green_check.png"
|
|
|
|
I18N="In the 'confirm resolution' dialog, that's shown when switching resoluton" text="Accept" align="center"/>
|
2010-08-15 20:10:09 -04:00
|
|
|
|
2021-03-07 13:09:47 -05:00
|
|
|
<icon-button id="cancel" width="128" height="128" icon="gui/icons/restart.png"
|
|
|
|
I18N="In the 'confirm resolution' dialog, that's shown when switching resoluton" text="Revert" align="center"/>
|
2010-08-15 20:10:09 -04:00
|
|
|
|
2021-03-07 13:09:47 -05:00
|
|
|
</buttonbar>
|
2014-06-19 03:49:36 -04:00
|
|
|
</div>
|
2010-08-15 20:10:09 -04:00
|
|
|
</stkgui>
|