Minor UI changes
David Blume

David Blume commited on 2018-10-21 19:57:15
Showing 2 changed files, with 7 additions and 6 deletions.

... ...
@@ -3,6 +3,7 @@
3 3
   <children>
4 4
     <Label id="title"
5 5
       text="IP Tagger"
6
+      font = "font:LargeBoldSystemFont"
6 7
       width="1160"
7 8
       height="100"
8 9
       horizAlign="right"
... ...
@@ -10,9 +11,9 @@
10 11
     <Label id="updates"
11 12
       text=""
12 13
       width="1160"
13
-      height="600"
14
+      height="450"
14 15
       horizAlign="left"
15
-      vertAlign="bottom"
16
+      vertAlign="top"
16 17
       wrap="true" />
17 18
     <Timer
18 19
       id = "textTimer"
... ...
@@ -25,13 +26,13 @@
25 26
   function init()
26 27
     m.title = m.top.findNode("title")
27 28
     m.title.font.size=92
28
-    m.title.color="0x72D7EEFF"
29
+    m.title.color="0x72D7EE20"
29 30
     m.title.translation = [60, 40]
30 31
 
31 32
     m.updates = m.top.findNode("updates")
32
-    m.updates.font.size=46
33
+    m.updates.font.size=36
33 34
     m.updates.color="0x62EE97FF"
34
-    m.updates.translation = [60, 80]
35
+    m.updates.translation = [60, 230]
35 36
 
36 37
     m.tagTask = CreateObject("roSGNode", "TagTask")
37 38
     m.tagTask.ObserveField("updateText", "onUpdateText")
... ...
@@ -1,7 +1,7 @@
1 1
 title=IP Tagger
2 2
 major_version=2
3 3
 minor_version=0
4
-build_version=1
4
+build_version=2
5 5
 mm_icon_focus_hd=pkg:/images/mm_icon_focus_hd.png
6 6
 mm_icon_focus_sd=pkg:/images/mm_icon_focus_sd.png
7 7
 splash_screen_hd=pkg:/images/splash_screen_hd.png
8 8