mirror of
https://github.com/gryf/pywmtemp.git
synced 2025-12-19 04:10:17 +01:00
Added label for the graph.
This commit is contained in:
@@ -216,6 +216,9 @@ class SensorDockApp(wmdocklib.DockApp):
|
||||
self._put_string(item, position)
|
||||
position += self.char_height
|
||||
self._draw_graph()
|
||||
name = self._current_graph.upper()
|
||||
name = name[:4]
|
||||
self.add_string(name, 1, 50)
|
||||
|
||||
count += 1
|
||||
if count >= 10:
|
||||
|
||||
Reference in New Issue
Block a user