Scale up all tiles and fonts, lock all dimensions proportionally

This commit is contained in:
2026-03-31 20:58:13 -05:00
parent 9ab24557df
commit 25f07a6016

View File

@@ -577,7 +577,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", [])