Add disable button
This commit is contained in:
parent
a9793a10a0
commit
78e592bfbf
@ -32,22 +32,24 @@
|
|||||||
<spacer height="16" width="10"/>
|
<spacer height="16" width="10"/>
|
||||||
|
|
||||||
<!-- List of key bindings -->
|
<!-- List of key bindings -->
|
||||||
<box proportion="8" width="75%" align="center" layout="vertical-row" padding="8">
|
<box proportion="10" width="75%" align="center" layout="vertical-row" padding="8">
|
||||||
<list id="actions" x="0" y="0" width="100%" height="100%"/>
|
<list id="actions" x="0" y="0" width="100%" height="100%"/>
|
||||||
</box>
|
</box>
|
||||||
|
|
||||||
<!-- Bottom buttons -->
|
<!-- Bottom buttons -->
|
||||||
|
|
||||||
<spacer width="50" height="20" />
|
<spacer width="50" height="20" />
|
||||||
<div proportion="2" width="100%" layout="horizontal-row">
|
<div proportion="3" width="100%" layout="horizontal-row">
|
||||||
<spacer width="7" height="5"/>
|
|
||||||
<div height="100%" width="fit" layout="vertical-row">
|
<div height="100%" width="fit" layout="vertical-row">
|
||||||
<button id="delete"
|
<button id="delete"
|
||||||
I18N="In the input configuration screen" text="Delete Configuration"/>
|
I18N="In the input configuration screen" text="Delete Configuration"/>
|
||||||
<spacer width="50" height="10" />
|
<spacer width="50" height="3%" />
|
||||||
|
<button id="disable_toggle"
|
||||||
|
I18N="In the input configuration screen" text="Disable Configuration"/>
|
||||||
|
<spacer width="50" height="3%" />
|
||||||
<button id="back_to_device_list" I18N="In the input configuration screen" text="Back to device list"/>
|
<button id="back_to_device_list" I18N="In the input configuration screen" text="Back to device list"/>
|
||||||
|
|
||||||
<spacer width="50" height="10" />
|
<spacer width="50" height="3%" />
|
||||||
</div>
|
</div>
|
||||||
<spacer width="20" height="10" />
|
<spacer width="20" height="10" />
|
||||||
<label id="conflict" proportion="1" text="" word_wrap="true" align="center"/>
|
<label id="conflict" proportion="1" text="" word_wrap="true" align="center"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user