1
0
Fork 0

gui/dialogs/flight-recorder.xml: improved layout a little.

This commit is contained in:
Julian Smith 2021-10-25 10:31:07 +01:00
parent aaa6c3ff42
commit 06b3fe62e5

View file

@ -30,196 +30,143 @@
<hrule/> <hrule/>
<!-- Dialogue contents -->
<group> <group>
<layout>table</layout> <layout>vbox</layout>
<checkbox> <checkbox>
<row>0</row>
<col>0</col>
<property>sim/replay/record-continuous</property> <property>sim/replay/record-continuous</property>
<halign>left</halign>
<label>Do continuous record to file</label>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
</checkbox> </checkbox>
<hrule/>
<text> <text>
<row>0</row> <label>Continuous recording settings</label>
<col>1</col>
<label>Continuous record to file</label>
<halign>left</halign>
</text> </text>
<checkbox> <checkbox>
<row>1</row>
<col>0</col>
<property>sim/replay/record-continuous-compression</property> <property>sim/replay/record-continuous-compression</property>
<halign>left</halign>
<label>Use compression</label>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
</checkbox> </checkbox>
<text>
<row>1</row>
<col>1</col>
<label>Continuous record with compression</label>
<halign>left</halign>
</text>
<checkbox> <checkbox>
<row>2</row>
<col>0</col>
<property>sim/replay/recovery-period</property>
<binding>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>2</row>
<col>1</col>
<label>Maintain recovery snapshot</label>
<halign>left</halign>
</text>
<checkbox>
<row>3</row>
<col>0</col>
<property>sim/replay/record-signals</property> <property>sim/replay/record-signals</property>
<binding> <halign>left</halign>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>3</row>
<col>1</col>
<label>Include user aircraft in Continuous recordings</label> <label>Include user aircraft in Continuous recordings</label>
<halign>left</halign> <binding>
</text> <command>dialog-apply</command>
</binding>
</checkbox>
<checkbox> <checkbox>
<row>4</row>
<col>0</col>
<property>sim/replay/record-multiplayer</property> <property>sim/replay/record-multiplayer</property>
<binding> <halign>left</halign>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>4</row>
<col>1</col>
<label>Include multiplayer aircraft in recordings</label> <label>Include multiplayer aircraft in recordings</label>
<halign>left</halign> <binding>
</text> <command>dialog-apply</command>
</binding>
</checkbox>
<checkbox> <checkbox>
<row>5</row>
<col>0</col>
<property>sim/replay/record-main-window</property> <property>sim/replay/record-main-window</property>
<binding> <halign>left</halign>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>5</row>
<col>1</col>
<label>Record main window position and size</label> <label>Record main window position and size</label>
<halign>left</halign> <binding>
</text> <command>dialog-apply</command>
</binding>
</checkbox>
<checkbox> <checkbox>
<row>6</row>
<col>0</col>
<property>sim/replay/record-main-view</property> <property>sim/replay/record-main-view</property>
<binding> <halign>left</halign>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>6</row>
<col>1</col>
<label>Record main window view</label> <label>Record main window view</label>
<halign>left</halign> <binding>
</text> <command>dialog-apply</command>
</binding>
</checkbox>
<hrule/>
<text>
<label>Continuous replay settings</label>
</text>
<checkbox> <checkbox>
<row>7</row>
<col>0</col>
<property>sim/replay/replay-main-window-position</property> <property>sim/replay/replay-main-window-position</property>
<binding> <halign>left</halign>
<command>dialog-apply</command>
</binding>
</checkbox>
<text>
<row>7</row>
<col>1</col>
<label>Replay main window position</label> <label>Replay main window position</label>
<halign>left</halign> <binding>
</text> <command>dialog-apply</command>
</binding>
</checkbox>
<checkbox> <checkbox>
<row>8</row>
<col>0</col>
<property>sim/replay/replay-main-window-size</property> <property>sim/replay/replay-main-window-size</property>
<halign>left</halign>
<label>Replay main window size</label>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
</checkbox> </checkbox>
<text>
<row>8</row>
<col>1</col>
<label>Replay main window size</label>
<halign>left</halign>
</text>
<checkbox> <checkbox>
<row>9</row>
<col>0</col>
<property>sim/replay/replay-main-view</property> <property>sim/replay/replay-main-view</property>
<halign>left</halign>
<label>Replay main window view</label>
<binding> <binding>
<command>dialog-apply</command> <command>dialog-apply</command>
</binding> </binding>
</checkbox> </checkbox>
<hrule/>
<text> <text>
<row>9</row> <label>Recovery snapshot</label>
<col>1</col>
<label>Replay main window view</label>
<halign>left</halign>
</text> </text>
</group> <checkbox>
<property>sim/replay/recovery-period</property>
<group> <halign>left</halign>
<layout>table</layout> <label>Maintain recovery snapshot</label>
<button>
<row>0</row>
<col>0</col>
<legend>Load ...</legend>
<binding> <binding>
<command>dialog-show</command> <command>dialog-apply</command>
<dialog-name>flight-recorder-load</dialog-name>
</binding> </binding>
</button> </checkbox>
<hrule/>
<text> <text>
<row>0</row> <label>Normal recording</label>
<col>1</col>
<label>Load Flight Recorder Tape</label>
<halign>left</halign>
</text> </text>
<button> <button>
<row>1</row> <legend>Save normal recording to file ...</legend>
<col>0</col>
<legend>Save ...</legend>
<binding> <binding>
<command>dialog-show</command> <command>dialog-show</command>
<dialog-name>flight-recorder-save</dialog-name> <dialog-name>flight-recorder-save</dialog-name>
</binding> </binding>
</button> </button>
<text>
<row>1</row> <hrule/>
<col>1</col>
<label>Save Flight Recorder Tape</label> <button>
<halign>left</halign> <legend>Load recording from file ...</legend>
</text> <binding>
<command>dialog-show</command>
<dialog-name>flight-recorder-load</dialog-name>
</binding>
</button>
</group> </group>
</PropertyList> </PropertyList>