Revised title bar truncation code & removed title widget shading (#1201)

* Revised title truncate & undo widget shading

* Revised title truncation & undo widget shading
This commit is contained in:
Mark Thompson
2023-06-27 21:34:25 -05:00
committed by GitHub
parent 76948cffa8
commit 39acaf846a
2 changed files with 9 additions and 17 deletions

View File

@@ -144,7 +144,6 @@ class StatusTray : public View {
// track of the right edge.
const Point pos_{};
uint8_t width_{};
bool shading_{};
};
class SystemStatusView : public View {