[Gpredict-svn] SF.net SVN: gpredict:[537] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2009-12-01 10:46:44
|
Revision: 537
http://gpredict.svn.sourceforge.net/gpredict/?rev=537&view=rev
Author: csete
Date: 2009-12-01 10:46:35 +0000 (Tue, 01 Dec 2009)
Log Message:
-----------
Changed some field alignments for the satellite list.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/gtk-sat-list.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2009-12-01 10:35:08 UTC (rev 536)
+++ trunk/ChangeLog 2009-12-01 10:46:35 UTC (rev 537)
@@ -5,7 +5,10 @@
Added configuration keys for GtkEventList. Curently only refresh rate is
configurable.
+ * src/gtk-sat-list.c:
+ Changed some field alignments.
+
2009-11-30 Alexandru Csete <oz9aec at gmail.com>
* src/gtk-sat-module.c:
Modified: trunk/src/gtk-sat-list.c
===================================================================
--- trunk/src/gtk-sat-list.c 2009-12-01 10:35:08 UTC (rev 536)
+++ trunk/src/gtk-sat-list.c 2009-12-01 10:46:35 UTC (rev 537)
@@ -110,20 +110,20 @@
const gfloat SAT_LIST_COL_XALIGN[SAT_LIST_COL_NUMBER] = {
0.0, // name
0.5, // catnum
- 0.0, // az
- 0.0, // el
+ 1.0, // az
+ 1.0, // el
0.5, // direction
0.0, // RA
0.0, // dec
- 0.0, // range
- 0.0, // range rate
+ 1.0, // range
+ 1.0, // range rate
0.5, // next event
0.5, // AOS
0.5, // LOS
- 0.0, // lat
- 0.0, // lon
- 0.0, // SSP
- 0.0, // footprint
+ 1.0, // lat
+ 1.0, // lon
+ 0.5, // SSP
+ 0.5, // footprint
1.0, // alt
0.0, // vel
0.0, // doppler
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|