Skip to content

Commit

Permalink
[Deer] Add colored UV meter background
Browse files Browse the repository at this point in the history
Show in the unlight UV meter which parts are green and yellow
through a darker version of the normal meter.
  • Loading branch information
poelzi committed Dec 13, 2020
1 parent ff4ba73 commit 583a4a8
Show file tree
Hide file tree
Showing 7 changed files with 133 additions and 2 deletions.
20 changes: 19 additions & 1 deletion res/skins/Deere/vumeter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions res/skins/Deere/vumeter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<SizePolicy>f,me</SizePolicy>
<!-- overwrites above properties. just used in auxiliary.xml for now -->
<Size><Variable name="Size"/></Size>
<PathBack scalemode="STRETCH">vumeter_v_bg.png</PathBack>
<PathVu>vumeter_v.png</PathVu>
<Horizontal>false</Horizontal>
<PeakHoldSize>5</PeakHoldSize>
Expand Down
Binary file added res/skins/Deere/vumeter_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions res/skins/Deere/vumeter_h.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<TooltipId><Variable name="tooltip_meter"/></TooltipId>
<Size>9me,3me</Size>
<MaximumSize>80,8</MaximumSize>
<PathBack scalemode="STRETCH">vumeter_bg.png</PathBack>
<PathVu scalemode="STRETCH">vumeter.png</PathVu>
<Horizontal>true</Horizontal>
<PeakHoldSize>5</PeakHoldSize>
Expand Down
111 changes: 110 additions & 1 deletion res/skins/Deere/vumeter_v.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions res/skins/Deere/vumeter_v.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<Size>3me,me</Size>
<MinimumSize>8,40</MinimumSize>
<MaximumSize>8,-1</MaximumSize>
<PathBack scalemode="STRETCH">vumeter_v_bg.png</PathBack>
<PathVu scalemode="STRETCH">vumeter_v.png</PathVu>
<Horizontal>false</Horizontal>
<PeakHoldSize>5</PeakHoldSize>
Expand Down Expand Up @@ -64,6 +65,7 @@
<Size>3me,me</Size>
<MinimumSize>8,60</MinimumSize>
<MaximumSize>8,-1</MaximumSize>
<PathBack scalemode="STRETCH">vumeter_v_bg.png</PathBack>
<PathVu scalemode="STRETCH">vumeter_v.png</PathVu>
<Horizontal>false</Horizontal>
<PeakHoldSize>5</PeakHoldSize>
Expand Down
Binary file added res/skins/Deere/vumeter_v_bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 583a4a8

Please sign in to comment.