Skip to content

Commit 970c47d

Browse files
author
Milkii Brewster
committed
deere: use deck colors for waveform zoom controls background
changes the waveform zoom control buttons at the right end of the main waveforms to match the deck color scheme: - background now uses deck-specific color (blue/orange/violet/lime) - icons changed from white (#d2d2d2) to black (#000000) for better contrast against the colored backgrounds files modified: - deck_waveform.xml: added deckbackgroundcolor to waveformzoomcontainer - icon/ic_add_48px.svg: changed fill to black - icon/ic_clear_48px.svg: changed fill to black - icon/ic_remove_48px.svg: changed fill to black
1 parent 17be527 commit 970c47d

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

res/skins/Deere/deck_waveform.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
<ObjectName>WaveformZoomContainer</ObjectName>
135135
<Layout>vertical</Layout>
136136
<SizePolicy>min,min</SizePolicy>
137+
<BgColor><Variable name="DeckBackgroundColor"/></BgColor>
137138
<Children>
138139
<Template src="skin:left_1state_button.xml">
139140
<SetVariable name="TooltipId">waveform_zoom_down</SetVariable>
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

res/skins/Deere/style.qss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,6 @@ WOverview #PassthroughLabel {
960960
}
961961

962962
#WaveformZoomContainer {
963-
background-color: #333333;
964963
padding: 1px;
965964
qproperty-layoutSpacing: 2;
966965
}

0 commit comments

Comments
 (0)