From 9af16ad7272f4e1d068004fc4443db5d14f89b3c Mon Sep 17 00:00:00 2001 From: suchinton2001 Date: Fri, 20 Oct 2023 15:50:09 +0530 Subject: agl-demo-control-panel: Fix Svg icons scaling on Dashboard V1: - Use QtSvg to set icons for dashboard icons - Update Readme and install_package script for docker image V2: Clean up code and improve formatting V3: - Increase font size for UI files - Fix HVAC bug, Control panel no longer crashes when Temp goes out of range - Refactor blocking subscription updates when CP in use Bug-AGL: SPEC-4939 Signed-off-by: suchinton2001 Change-Id: I4f256d29fac614dd3e3c4193c2a08b230359906e --- docker/install_packages.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docker/install_packages.sh') diff --git a/docker/install_packages.sh b/docker/install_packages.sh index 4e94a37..7fdb621 100755 --- a/docker/install_packages.sh +++ b/docker/install_packages.sh @@ -21,7 +21,8 @@ apt-get install --yes \ python3-pip \ python3-pyqt5 \ python3-qtpy \ - pyqt5-dev-tools + pyqt5-dev-tools \ + python3-pyqt5.qtsvgqq # Set bash as default shell echo "dash dash/sh boolean false" | debconf-set-selections - && dpkg-reconfigure dash -- cgit 1.2.3-korg