d213bef9db
* Place buttons in confirm dialog horizontally closes #2548 * Use RibbonWidget for MessageDialog * Use buttonbar for confirm dialog
21 lines
702 B
XML
21 lines
702 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<stkgui>
|
|
<div x="2%" y="10%" width="96%" height="80%" layout="vertical-row" >
|
|
<label id="title" width="100%" text_align="top" word_wrap="true" proportion="1" />
|
|
|
|
<spacer height="25" width="10" />
|
|
|
|
<buttonbar id="buttons" height="30%" width="30%" align="center">
|
|
|
|
<icon-button id="confirm" icon="gui/green_check.png" I18N="In a 'are you sure?' dialog"
|
|
text="Yes" align="center"/>
|
|
|
|
<icon-button id="cancel" icon="gui/remove.png" I18N="In a 'are you sure?' dialog"
|
|
text="Cancel" align="center"/>
|
|
|
|
</buttonbar>
|
|
|
|
<spacer height="10" width="10" />
|
|
</div>
|
|
</stkgui>
|