From e0c292eb0634e49cc9348cec86d989e61970480f Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Tue, 31 Mar 2026 20:27:02 -0500 Subject: [PATCH] Align section labels and tile grid to same left edge --- app/sovran_systemsos_hub/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/sovran_systemsos_hub/application.py b/app/sovran_systemsos_hub/application.py index 6696bed..6cee113 100644 --- a/app/sovran_systemsos_hub/application.py +++ b/app/sovran_systemsos_hub/application.py @@ -588,7 +588,7 @@ class SovranHubWindow(Adw.ApplicationWindow): # ── Service tiles ──────────────────────────────────────────── - def _build_tiles(self): + def _build_tiles(self): method = self._config.get("command_method", "systemctl") services = self._config.get("services", [])