Zoom controls on the map dialg.
This commit is contained in:
parent
9195b36005
commit
ded0a18b5e
1 changed files with 52 additions and 8 deletions
|
@ -182,16 +182,60 @@ command interface /autopilot/route-manager/input:
|
||||||
|
|
||||||
<vrule/>
|
<vrule/>
|
||||||
|
|
||||||
<map>
|
<group>
|
||||||
<!-- <halign>fill</halign> -->
|
<layout>vbox</layout>
|
||||||
<valign>fill</valign>
|
|
||||||
<halign>fill</halign>
|
|
||||||
<stretch>true</stretch>
|
<stretch>true</stretch>
|
||||||
<pref-height>400</pref-height>
|
|
||||||
<pref-width>600</pref-width>
|
<map>
|
||||||
<property>/gui/map</property>
|
<!-- <halign>fill</halign> -->
|
||||||
</map>
|
<valign>fill</valign>
|
||||||
|
<halign>fill</halign>
|
||||||
|
<stretch>true</stretch>
|
||||||
|
<pref-height>400</pref-height>
|
||||||
|
<pref-width>600</pref-width>
|
||||||
|
<property>/gui/map</property>
|
||||||
|
</map>
|
||||||
|
|
||||||
|
<hrule/>
|
||||||
|
|
||||||
|
<group>
|
||||||
|
<layout>hbox</layout>
|
||||||
|
|
||||||
|
<button>
|
||||||
|
<legend>-</legend>
|
||||||
|
<pref-width>22</pref-width>
|
||||||
|
<pref-height>22</pref-height>
|
||||||
|
|
||||||
|
<binding>
|
||||||
|
<command>property-adjust</command>
|
||||||
|
<property>/gui/map/zoom</property>
|
||||||
|
<min>0</min>
|
||||||
|
<step>-1</step>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
|
|
||||||
|
<text>
|
||||||
|
<label>MMM</label>
|
||||||
|
<format>Zoom %d</format>
|
||||||
|
<property>/gui/map/zoom</property>
|
||||||
|
<live>true</live>
|
||||||
|
</text>
|
||||||
|
|
||||||
|
<button>
|
||||||
|
<legend>+</legend>
|
||||||
|
<pref-width>22</pref-width>
|
||||||
|
<pref-height>22</pref-height>
|
||||||
|
|
||||||
|
<binding>
|
||||||
|
<command>property-adjust</command>
|
||||||
|
<property>/gui/map/zoom</property>
|
||||||
|
<step>1</step>
|
||||||
|
<max>12</max>
|
||||||
|
</binding>
|
||||||
|
</button>
|
||||||
|
</group>
|
||||||
|
</group>
|
||||||
|
|
||||||
</group>
|
</group>
|
||||||
</PropertyList>
|
</PropertyList>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue