blob: d64b9dccf9605fbd22e500cc54ef1b9b86e495d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="settings_debug" title="Debug-Einstellungen">
<combo_box name="boolean_combo">
<combo_item name="TRUE">
WAHR
</combo_item>
<combo_item name="FALSE">
FALSCH
</combo_item>
</combo_box>
<color_swatch label="Farbe" name="color_swatch" />
<spinner label="x" name="val_spinner_1" />
<spinner label="x" name="val_spinner_2" />
<spinner label="x" name="val_spinner_3" />
<spinner label="x" name="val_spinner_4" />
<button label="Standard wiederherstellen" name="default_btn" width="170" />
</floater>
|