[chronojump] Improved GUI of radios of other tests



commit 969776168b9f6bcd9b076a9ca246daaa7c64ef1b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri May 13 23:21:36 2016 +0200

    Improved GUI of radios of other tests

 src/gui/chronojump.cs |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index e661300..084a218 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -699,24 +699,24 @@ public partial class ChronoJumpWindow
                image_line_person_avg.Pixbuf = pixbuf;
 
                //reaction times changes
-               UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_reaction_time);
+               //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_reaction_time);
+               //UtilGtk.ColorsTestLabel(viewport_chronopics, 
label_extra_window_radio_reaction_time_animation_lights);
+               //UtilGtk.ColorsTestLabel(viewport_chronopics, 
label_extra_window_radio_reaction_time_flicker);
+               //UtilGtk.ColorsTestLabel(viewport_chronopics, 
label_extra_window_radio_reaction_time_discriminative);
                UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_reaction_time);
-               UtilGtk.ColorsTestLabel(viewport_chronopics, 
label_extra_window_radio_reaction_time_animation_lights);
                UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_reaction_time_animation_lights);
-               UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_reaction_time_flicker);
                UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_reaction_time_flicker);
-               UtilGtk.ColorsTestLabel(viewport_chronopics, 
label_extra_window_radio_reaction_time_discriminative);
                UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_reaction_time_discriminative);
 
                //pulses changes
-               UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_pulses_free);
-               UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_pulses_custom);
+               //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_pulses_free);
+               //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_pulses_custom);
                UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_pulses_free);
                UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_pulses_custom);
 
                //multichronopic changes
-               UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_multichronopic_start);
-               UtilGtk.ColorsTestLabel(viewport_chronopics, 
label_extra_window_radio_multichronopic_run_analysis);
+               //UtilGtk.ColorsTestLabel(viewport_chronopics, label_extra_window_radio_multichronopic_start);
+               //UtilGtk.ColorsTestLabel(viewport_chronopics, 
label_extra_window_radio_multichronopic_run_analysis);
                UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_multichronopic_start);
                UtilGtk.ColorsRadio(viewport_chronopics, extra_window_radio_multichronopic_run_analysis);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]