[chronojump] Changed order of devices on device window according to main gui
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Changed order of devices on device window according to main gui
- Date: Wed, 10 Jun 2020 19:52:49 +0000 (UTC)
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]