diff options
author | 2024-10-10 18:16:07 +0530 | |
---|---|---|
committer | 2024-10-14 15:03:20 +0530 | |
commit | 2e2dd79e41b27a1d50be3c118955cdbd76e65539 (patch) | |
tree | 1650d28a3dd3de761303a8c4013e4415bdcabf03 /QMLWidgets/Tire_Pressure/assets/SelectedTire.svg | |
parent | 554ec4cd07d68f4bcb569277881e368c450d993a (diff) |
Add Tire Pressure, Keypad elements and misc. UI Changes
- Increased slider grab handle size
- Add floating menu for Tire Pressure UI
- Show errow in Playback toggle when CAN interface is not available
- Update Half gauges to show Unit and logo correctly
- Update App resources
- Add new tumbler input for HVAC temp
- Add new get function to KuksaClient to get Tire Pressure unit and Current value to increment
Fixes:
- Check for vcar dbc file at '/etc/kuksa-dbc-feeder/'
- Increase font size in Settings page
- Allow for tumbler/ spin wheel values to wrap around
Bug-AGL: SPEC-5161
Change-Id: I2386bf7dc762b09b83cef1be104a35d6afc0a704
Signed-off-by: Suchinton Chakravarty <suchinton.2001@gmail.com>
Diffstat (limited to 'QMLWidgets/Tire_Pressure/assets/SelectedTire.svg')
-rw-r--r-- | QMLWidgets/Tire_Pressure/assets/SelectedTire.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/QMLWidgets/Tire_Pressure/assets/SelectedTire.svg b/QMLWidgets/Tire_Pressure/assets/SelectedTire.svg new file mode 100644 index 0000000..0a653e2 --- /dev/null +++ b/QMLWidgets/Tire_Pressure/assets/SelectedTire.svg @@ -0,0 +1,14 @@ +<svg width="26" height="89" viewBox="0 0 26 89" fill="none" xmlns="http://www.w3.org/2000/svg"> + <rect x="1" y="1" width="24" height="87" rx="9" fill="url(#paint0_linear_125_20962)" stroke="url(#paint1_linear_125_20962)" stroke-width="2"/> + <defs> + <linearGradient id="paint0_linear_125_20962" x1="13" y1="2" x2="13" y2="87" gradientUnits="userSpaceOnUse"> + <stop stop-color="#232323"/> + <stop offset="1" stop-color="#4D4D4D"/> + </linearGradient> + <linearGradient id="paint1_linear_125_20962" x1="13" y1="2" x2="13" y2="87" gradientUnits="userSpaceOnUse"> + <stop stop-color="#BAFBFF"/> + <stop offset="0.515" stop-color="#C9FCFF"/> + <stop offset="1" stop-color="#BAFBFF"/> + </linearGradient> + </defs> +</svg>
\ No newline at end of file |