Update replay dialog
This commit is contained in:
parent
292b614664
commit
713149ceb6
2 changed files with 43 additions and 1 deletions
|
@ -816,7 +816,8 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<skip-flight-controls-mode type="bool" userarchive="y">false</skip-flight-controls-mode>
|
<skip-flight-controls-mode type="bool" userarchive="y">false</skip-flight-controls-mode>
|
||||||
</mouse>
|
</mouse>
|
||||||
<replay>
|
<replay>
|
||||||
<duration type="double">90</duration>
|
<duration type="double" userarchive="y">90</duration>
|
||||||
|
<duration-act type="bool" userarchive="y">false</duration-act>
|
||||||
<view type="int">1</view>
|
<view type="int">1</view>
|
||||||
<looped type="bool" userarchive="y">true</looped>
|
<looped type="bool" userarchive="y">true</looped>
|
||||||
<buffer>
|
<buffer>
|
||||||
|
|
|
@ -124,6 +124,8 @@
|
||||||
</color>
|
</color>
|
||||||
</text>
|
</text>
|
||||||
|
|
||||||
|
<empty><pref-width>1</pref-width></empty>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<name>replay-looped</name>
|
<name>replay-looped</name>
|
||||||
<halign>left</halign>
|
<halign>left</halign>
|
||||||
|
@ -139,6 +141,35 @@
|
||||||
<object-name>replay-looped</object-name>
|
<object-name>replay-looped</object-name>
|
||||||
</binding>
|
</binding>
|
||||||
</checkbox>
|
</checkbox>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<label>Show only last:</label>
|
||||||
|
<color>
|
||||||
|
<red>0.7</red>
|
||||||
|
<green>0.7</green>
|
||||||
|
<blue>0.7</blue>
|
||||||
|
<alpha>1</alpha>
|
||||||
|
</color>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<empty><pref-width>10</pref-width></empty>
|
||||||
|
|
||||||
|
<checkbox>
|
||||||
|
<name>replay-duration-act</name>
|
||||||
|
<halign>center</halign>
|
||||||
|
<color-highlight>
|
||||||
|
<red type="float">0.6</red>
|
||||||
|
<green type="float">0.6</green>
|
||||||
|
<blue type="float">0.6</blue>
|
||||||
|
<alpha type="float">0.8</alpha>
|
||||||
|
</color-highlight>
|
||||||
|
<property>/sim/replay/duration-act</property>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-apply</command>
|
||||||
|
<object-name>replay-duration-act</object-name>
|
||||||
|
</binding>
|
||||||
|
</checkbox>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
<name>replay-duration</name>
|
<name>replay-duration</name>
|
||||||
<pref-width>40</pref-width>
|
<pref-width>40</pref-width>
|
||||||
|
@ -155,6 +186,16 @@
|
||||||
</binding>
|
</binding>
|
||||||
</input>
|
</input>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<label>seconds</label>
|
||||||
|
<color>
|
||||||
|
<red>0.7</red>
|
||||||
|
<green>0.7</green>
|
||||||
|
<blue>0.7</blue>
|
||||||
|
<alpha>1</alpha>
|
||||||
|
</color>
|
||||||
|
</text>
|
||||||
|
|
||||||
<empty><pref-width>40</pref-width></empty>
|
<empty><pref-width>40</pref-width></empty>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
|
|
Loading…
Add table
Reference in a new issue