1
0
Fork 0

gui/dialogs/flight-recorder.xml: minor improvements to appearance.

This commit is contained in:
Julian Smith 2022-01-07 16:45:23 +00:00
parent 1d095a92eb
commit 2a238a9de2

View file

@ -41,7 +41,8 @@
</text>
<button>
<legend>Replay in-memory recording</legend>
<legend>Replay in-memory recording &lt;Ctrl-R&gt;</legend>
<equal>true</equal>
<enable><not><property>sim/replay/replay-state</property></not></enable>
<halign>left</halign>
<binding>
@ -54,7 +55,8 @@
</button>
<button>
<legend>Replay recording from file ...</legend>
<legend>Replay recording from file...</legend>
<equal>true</equal>
<halign>left</halign>
<binding>
<command>dialog-show</command>
@ -64,6 +66,7 @@
<button>
<legend>(Re)show replay dialogue</legend>
<equal>true</equal>
<enable><property>sim/replay/replay-state</property></enable>
<halign>left</halign>
<binding>
@ -73,7 +76,8 @@
</button>
<button>
<legend>Save in-memory recording to file ...</legend>
<legend>Save in-memory recording to file...</legend>
<equal>true</equal>
<halign>left</halign>
<binding>
<command>dialog-show</command>
@ -98,6 +102,7 @@
<button>
<legend>Start Continuous recording to file</legend>
<equal>true</equal>
<halign>left</halign>
<enable>
<not>
@ -114,6 +119,7 @@
<button>
<legend>Stop Continuous recording to file</legend>
<equal>true</equal>
<halign>left</halign>
<enable>
<property>sim/replay/record-continuous</property>
@ -126,11 +132,6 @@
</binding>
</button>
<text>
<label>Settings</label>
<halign>left</halign>
</text>
<checkbox>
<property>sim/replay/record-continuous-compression</property>
<enable><not><property>sim/replay/record-continuous</property></not></enable>
@ -184,7 +185,7 @@
<hrule/>
<text>
<label>Continuous replay settings</label>
<label>Continuous replay</label>
</text>
<checkbox>