Revision ebc64c13bc695994f1d4d5b56ba117d800bba4da authored by Gautier Hattenberger on 25 July 2012, 15:31:03 UTC, committed by Gautier Hattenberger on 25 July 2012, 15:31:03 UTC
Units that can be automatically converted should come last so other
possibilities are tested first. (ok, that is a lazy and fragile
solution...)
A the type of auto conversion ("display" or "code" can be changed only
for conversions that were already using auto mode (eg. deg <-> decideg
will not be auto converted)
1 parent 16c6ea2
Raw File
gui.xml
<!--

 $Id$

 GUI configuration file

 Copyright (C) 2005 Pierre-Selim Huard

 This file is part of paparazzi.

 paparazzi is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2, or (at your option)
 any later version.

 paparazzi is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with paparazzi; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.
-->

<gui>
  <section name="default">
    <resource name="big_font"  value="9x15"/>
    <resource name="normal_font"  value="bleriot-radar-m12"/>
    <resource name="small_font"  value="bleriot-radar-m8"/>
  </section>
  <section name="strip">
    <resource name="background_color" value="=axial -90 |bisque|sandybrown;70"/>
    <resource name="selected_background_color" value="=axial -90 |white|yellow;70"/>
    <resource name="border_color" value="sienna"/>
    <resource name="label_color"  value="black"/>
    <resource name="value_color"  value="brown"/>
    <resource name="normal_font"  value="bleriot-radar-m10"/>
    <resource name="small_font"   value="bleriot-radar-m8"/>
  </section>
<!--
  <section name="map">
     <resource name="grid" value="yes"/>
     <resource name="      map="no"
     <resource name="      max_dist_from_home_mask="no"
     <resource name="      max_dist_from_home_circle="yes"
     <resource name="      grid_only_on_map="no"
     <resource name="      grid_step="100"
    />
    <palette
      waypoint="orange"
      secondary_waypoint="gray"
      highlighted_waypoint="white"
      desired_waypoint="red"
      max_dist_from_home_circle="red3"
      carrot_symbol="red"
      carrot_label="darkred"
      aircraft_symbol="green"
      aircraft_label="darkgreen"
      selected_aircraft="orange"
      grid="navy"
      back_screen="black"
      track="blue"
    />
  </map>
-->
</gui>
back to top