Added an 'interval' field at the top.
This commit is contained in:
parent
b4ffd71b32
commit
84d6970001
1 changed files with 11 additions and 2 deletions
|
@ -23,17 +23,26 @@
|
||||||
<width>200</width>
|
<width>200</width>
|
||||||
<height>25</height>
|
<height>25</height>
|
||||||
<property>/logging/log[0]/filename</property>
|
<property>/logging/log[0]/filename</property>
|
||||||
<label>File name</label>
|
<label>File</label>
|
||||||
</input>
|
</input>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<x>350</x>
|
<x>260</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>25</width>
|
<width>25</width>
|
||||||
<height>25</height>
|
<height>25</height>
|
||||||
<property>/logging/log[0]/enabled</property>
|
<property>/logging/log[0]/enabled</property>
|
||||||
<label>Enabled</label>
|
<label>Enabled</label>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
|
<input>
|
||||||
|
<x>380</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>100</width>
|
||||||
|
<height>25</height>
|
||||||
|
<property>/logging/log[0]/interval-ms</property>
|
||||||
|
<label>Interval (ms)</label>
|
||||||
|
</input>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
<group>
|
<group>
|
||||||
|
|
Loading…
Reference in a new issue