GUI modifications: Show/hide checklist marker with a button. Display local magnetic variation in Instruments dialog.
This commit is contained in:
parent
2cf95465ad
commit
a33de462d6
2 changed files with 37 additions and 8 deletions
|
@ -400,10 +400,10 @@
|
||||||
<layout>hbox</layout>
|
<layout>hbox</layout>
|
||||||
|
|
||||||
<!-- gap to left border -->
|
<!-- gap to left border -->
|
||||||
<text>
|
<!--text>
|
||||||
<halign>right</halign>
|
<halign>right</halign>
|
||||||
<label> </label>
|
<label> </label>
|
||||||
</text>
|
</text-->
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
<halign>right</halign>
|
<halign>right</halign>
|
||||||
|
@ -414,7 +414,7 @@
|
||||||
<name>checklist-group-combo</name>
|
<name>checklist-group-combo</name>
|
||||||
<property>/sim/gui/dialogs/checklist/selected-checklist-group</property>
|
<property>/sim/gui/dialogs/checklist/selected-checklist-group</property>
|
||||||
<editable>false</editable>
|
<editable>false</editable>
|
||||||
<pref-width>230</pref-width>
|
<pref-width>130</pref-width>
|
||||||
<halign>fill</halign>
|
<halign>fill</halign>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
|
@ -438,7 +438,7 @@
|
||||||
<name>checklist-combo</name>
|
<name>checklist-combo</name>
|
||||||
<property>/sim/gui/dialogs/checklist/selected-checklist</property>
|
<property>/sim/gui/dialogs/checklist/selected-checklist</property>
|
||||||
<editable>false</editable>
|
<editable>false</editable>
|
||||||
<pref-width>230</pref-width>
|
<pref-width>180</pref-width>
|
||||||
<halign>fill</halign>
|
<halign>fill</halign>
|
||||||
<binding>
|
<binding>
|
||||||
<command>dialog-apply</command>
|
<command>dialog-apply</command>
|
||||||
|
@ -459,16 +459,25 @@
|
||||||
|
|
||||||
</combo>
|
</combo>
|
||||||
|
|
||||||
<empty><stretch>true</stretch></empty>
|
<!--empty><stretch>true</stretch></empty-->
|
||||||
|
|
||||||
<!-- gap to next element -->
|
<!-- gap to next element -->
|
||||||
<text>
|
<!--text>
|
||||||
<halign>right</halign>
|
<halign>right</halign>
|
||||||
<label> </label>
|
<label> </label>
|
||||||
</text>
|
</text-->
|
||||||
|
|
||||||
|
<button>
|
||||||
|
<pref-width>90</pref-width>
|
||||||
|
<legend>Toggle marker</legend>
|
||||||
|
<binding>
|
||||||
|
<command>property-toggle</command>
|
||||||
|
<property>/sim/model/marker/arrow-enabled</property>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
|
|
||||||
<checkbox>
|
<checkbox>
|
||||||
<label> Transparent</label>
|
<label>Transparent</label>
|
||||||
<property>/sim/gui/dialogs/checklist/transparent</property>
|
<property>/sim/gui/dialogs/checklist/transparent</property>
|
||||||
<live>true</live>
|
<live>true</live>
|
||||||
<halign>right</halign>
|
<halign>right</halign>
|
||||||
|
|
|
@ -339,6 +339,26 @@
|
||||||
|
|
||||||
<hrule/>
|
<hrule/>
|
||||||
|
|
||||||
|
<group>
|
||||||
|
<layout>hbox</layout>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<halign>right</halign>
|
||||||
|
<label>Local magnetic variation:</label>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<halign>left</halign>
|
||||||
|
<label>12345678</label>
|
||||||
|
<format>%.1f deg</format>
|
||||||
|
<live>true</live>
|
||||||
|
<property>/environment/magnetic-variation-deg</property>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
</group>
|
||||||
|
|
||||||
|
<hrule/>
|
||||||
|
|
||||||
<button>
|
<button>
|
||||||
<legend>Close</legend>
|
<legend>Close</legend>
|
||||||
<default>true</default>
|
<default>true</default>
|
||||||
|
|
Loading…
Reference in a new issue