1
0
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:
2022-05-01 15:26:23 +02:00
parent 8ba735d652
commit 79701764e3

View File

@@ -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: