Align section labels and tile grid to same left edge

This commit is contained in:
2026-03-31 20:27:02 -05:00
parent 65d0364cc6
commit e0c292eb06

View File

@@ -588,7 +588,7 @@ class SovranHubWindow(Adw.ApplicationWindow):
# ── Service tiles ──────────────────────────────────────────── # ── Service tiles ────────────────────────────────────────────
def _build_tiles(self): def _build_tiles(self):
method = self._config.get("command_method", "systemctl") method = self._config.get("command_method", "systemctl")
services = self._config.get("services", []) services = self._config.get("services", [])