feat: use the foreground color for cleaner look

This commit is contained in:
Ricardo Markiewicz
2026-04-08 23:36:47 +02:00
parent 4d6354af48
commit dfc26364e1
3 changed files with 16 additions and 18 deletions
-1
View File
@@ -24,7 +24,6 @@ class AGraph : public AModule {
Gtk::DrawingArea graph_;
std::deque<int> values_;
uint16_t datapoints_ = 20;
uint16_t y_offset_ = 0;
GraphType graph_type_ = GraphType::LINE;
void addValue(const int n);