equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 |
|
3 <display window-flags="sticky, below" width="185" height="200"> |
|
4 |
|
5 <sensor id="r" module="rqlsensor"/> |
|
6 <sensor id="FS" module="FontSelector,1,Sans 10 black"/> |
|
7 |
|
8 <!-- left border --> |
|
9 <group x="0" width="5" height="200" bg-uri="gfx/border-left.png"/> |
|
10 |
|
11 <image x="10" y="0" uri="gfx/logo_erudi.png"/> |
|
12 |
|
13 <array id="results" x="10" y="30" |
|
14 watch="layout=r:layout, length=r:length"> |
|
15 <label id="lbls1" color="black" |
|
16 on-enter="r:enter-line" |
|
17 on-leave="r:leave-line" |
|
18 on-click="r:click-line" |
|
19 watch="value=r:result, font=FS:font0, color=r:resultbg"/> |
|
20 </array> |
|
21 |
|
22 </display> |