diff options
Diffstat (limited to 'gui/devices/1920x1200/res')
-rw-r--r-- | gui/devices/1920x1200/res/ui.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/gui/devices/1920x1200/res/ui.xml b/gui/devices/1920x1200/res/ui.xml index 3e8c9f13f..e36d0ae76 100644 --- a/gui/devices/1920x1200/res/ui.xml +++ b/gui/devices/1920x1200/res/ui.xml @@ -253,9 +253,18 @@ </object> <object type="text" color="%text_color%"> + <font resource="font" /> + <placement x="1150" y="40" /> + <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="850" y="40" /> + <placement x="750" y="40" /> <text>SIMULATING ACTIONS</text> </object> |