[chronojump] Minor change



commit 3abf74d4c75c77d15e231f03088a0f2bf75dd09f
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu May 21 19:19:56 2020 +0200

    Minor change

 src/gui/app1/chronojump.cs | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/gui/app1/chronojump.cs b/src/gui/app1/chronojump.cs
index 3aa13d7e..14ef059a 100644
--- a/src/gui/app1/chronojump.cs
+++ b/src/gui/app1/chronojump.cs
@@ -78,6 +78,7 @@ public partial class ChronoJumpWindow
        [Widget] Gtk.EventBox eventbox_radio_mode_encoder_capture_small;
        [Widget] Gtk.EventBox eventbox_radio_mode_encoder_analyze_small;
        [Widget] Gtk.EventBox eventbox_button_open_chronojump;
+       [Widget] Gtk.EventBox eventbox_button_help_close;
        [Widget] Gtk.EventBox eventbox_button_exit_cancel;
        [Widget] Gtk.EventBox eventbox_button_exit_confirm;
 
@@ -586,6 +587,7 @@ public partial class ChronoJumpWindow
                UtilGtk.EventBoxColorBackgroundActive (eventbox_radio_mode_encoder_capture_small, 
UtilGtk.YELLOW, UtilGtk.YELLOW_LIGHT);
                UtilGtk.EventBoxColorBackgroundActive (eventbox_radio_mode_encoder_analyze_small, 
UtilGtk.YELLOW, UtilGtk.YELLOW_LIGHT);
                UtilGtk.EventBoxColorBackgroundActive (eventbox_button_open_chronojump, UtilGtk.YELLOW, 
UtilGtk.YELLOW_LIGHT);
+               UtilGtk.EventBoxColorBackgroundActive (eventbox_button_help_close, UtilGtk.YELLOW, 
UtilGtk.YELLOW_LIGHT);
                UtilGtk.EventBoxColorBackgroundActive (eventbox_button_exit_cancel, UtilGtk.YELLOW, 
UtilGtk.YELLOW_LIGHT);
                UtilGtk.EventBoxColorBackgroundActive (eventbox_button_exit_confirm, UtilGtk.YELLOW, 
UtilGtk.YELLOW_LIGHT);
                app1s_eventboxes_paint();


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