diff options
Diffstat (limited to 'gui/devices/800x480/res')
-rw-r--r-- | gui/devices/800x480/res/ui.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml index 9acb7a112..ed1c84271 100644 --- a/gui/devices/800x480/res/ui.xml +++ b/gui/devices/800x480/res/ui.xml @@ -248,11 +248,20 @@ <object type="text" color="%text_color%"> <font resource="font" /> - <placement x="450" y="37" /> + <placement x="425" y="37" /> <text>%tw_time%</text> </object> <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="500" y="37" /> + <conditions> + <condition var1="tw_no_cpu_temp" var2="0" /> + </conditions> + <text>CPU: %tw_cpu_temp% C</text> + </object> + + <object type="text" color="%text_color%"> <condition var1="tw_simulate_actions" var2="1" /> <font resource="font" /> <placement x="250" y="20" /> |