mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
69 lines
2.2 KiB
XML
69 lines
2.2 KiB
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>
|