[chronojump] on device window moved RFID to last position



commit b1f3c258d88b53137a06f7dfcc3ec8267413fae0
Author: Xavier de Blas <xaviblas gmail com>
Date:   Fri Mar 23 12:32:28 2018 +0100

    on device window moved RFID to last position

 src/gui/chronopicRegister.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/chronopicRegister.cs b/src/gui/chronopicRegister.cs
index da443db..d66385d 100644
--- a/src/gui/chronopicRegister.cs
+++ b/src/gui/chronopicRegister.cs
@@ -27,7 +27,7 @@ using Mono.Unix;
 
 public class TypePix
 {
-       public ChronopicRegisterPort.Types Type; //public enum Types { UNKNOWN, CONTACTS, ENCODER, 
ARDUINO_RFID, ARDUINO_FORCE }
+       public ChronopicRegisterPort.Types Type; //public enum Types { UNKNOWN, CONTACTS, ENCODER, 
ARDUINO_FORCE, ARDUINO_RFID }
        public Pixbuf Pix;
 
        public TypePix(ChronopicRegisterPort.Types type, Pixbuf pix)
@@ -49,8 +49,8 @@ public static class TypePixList
                l.Add(new TypePix(ChronopicRegisterPort.Types.UNKNOWN, new Pixbuf (null, 
Util.GetImagePath(false) + "board-unknown.png")));
                l.Add(new TypePix(ChronopicRegisterPort.Types.CONTACTS, new Pixbuf (null, 
Util.GetImagePath(false) + "board-jump-run.png")));
                l.Add(new TypePix(ChronopicRegisterPort.Types.ENCODER, new Pixbuf (null, 
Util.GetImagePath(false) + "board-encoder.png")));
-               l.Add(new TypePix(ChronopicRegisterPort.Types.ARDUINO_RFID, new Pixbuf (null, 
Util.GetImagePath(false) + "board-arduino-rfid.png")));
                l.Add(new TypePix(ChronopicRegisterPort.Types.ARDUINO_FORCE, new Pixbuf (null, 
Util.GetImagePath(false) + "board-arduino-force.png")));
+               l.Add(new TypePix(ChronopicRegisterPort.Types.ARDUINO_RFID, new Pixbuf (null, 
Util.GetImagePath(false) + "board-arduino-rfid.png")));
        }
 
        public static Pixbuf GetPix(ChronopicRegisterPort.Types type)


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