changeset 130:934843ee4434

Minor user interface tweaks
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Tue, 17 Dec 2013 15:34:15 +0100
parents 24db0c2d5219
children 183acefb8a96
files FXAnalyse.c FXAnalyse.uir
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/FXAnalyse.c	Tue Dec 17 12:26:29 2013 +0100
+++ b/FXAnalyse.c	Tue Dec 17 15:34:15 2013 +0100
@@ -674,7 +674,7 @@
 				// with a thousands separator: use string controllers and a 
 				// custom formatting function
 				char buffer[256];
-				SetCtrlVal(MainPanel,PANEL_MATH1, thousands(buffer, sizeof(buffer), "%.3f", Math1));
+				SetCtrlVal(MainPanel,PANEL_MATH1, thousands(buffer, sizeof(buffer), "%.6f", Math1));
 				SetCtrlVal(MainPanel,PANEL_MATH2, thousands(buffer, sizeof(buffer), "%.3f", Math2));
 				SetCtrlVal(MainPanel,PANEL_MATH3, thousands(buffer, sizeof(buffer), "%.3f", Math3));
 				SetCtrlVal(MainPanel,PANEL_MATH4, thousands(buffer, sizeof(buffer), "%.3f", Math4));
Binary file FXAnalyse.uir has changed