[chronojump] Changed order of devices on device window according to main gui



commit 79cf611ba44f8a8f078f36141abc8b9001e6e003
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jun 10 21:52:20 2020 +0200

    Changed order of devices on device window according to main gui

 src/gui/chronopicRegister.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gui/chronopicRegister.cs b/src/gui/chronopicRegister.cs
index 2996c448..bc5f6920 100644
--- a/src/gui/chronopicRegister.cs
+++ b/src/gui/chronopicRegister.cs
@@ -48,10 +48,10 @@ 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_RUN_ENCODER, new Pixbuf (null, 
Util.GetImagePath(false) + "board-arduino-run-encoder.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.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_RUN_ENCODER, new Pixbuf (null, 
Util.GetImagePath(false) + "board-arduino-run-encoder.png")));
                //l.Add(new TypePix(ChronopicRegisterPort.Types.ACCELEROMETER, new Pixbuf (null, 
Util.GetImagePath(false) + "board-accelerometer.png")));
        }
 


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