Skip to content

Commit

Permalink
qss/icon fixes belonging to #3931
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Jun 1, 2021
1 parent bfdbabb commit 9717781
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 15 deletions.
4 changes: 2 additions & 2 deletions res/skins/Deere/sampler_text_row.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
<SetVariable name="state_0_pressed">icon/ic_play_48px.svg</SetVariable>
<SetVariable name="state_0_unpressed">icon/ic_play_48px.svg</SetVariable>
<SetVariable name="state_1_text"></SetVariable>
<SetVariable name="state_1_pressed">icon/ic_play_48px.svg</SetVariable>
<SetVariable name="state_1_unpressed">icon/ic_play_48px.svg</SetVariable>
<SetVariable name="state_1_pressed">icon/ic_pause_48px.svg</SetVariable>
<SetVariable name="state_1_unpressed">icon/ic_pause_48px.svg</SetVariable>
<SetVariable name="left_connection_control"><Variable name="group"/>,cue_gotoandplay</SetVariable>
<SetVariable name="right_connection_control"><Variable name="group"/>,cue_default</SetVariable>
<SetVariable name="display_connection_control"><Variable name="group"/>,play</SetVariable>
Expand Down
2 changes: 1 addition & 1 deletion res/skins/Deere/style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1738,7 +1738,7 @@ do not highlight either state. */

/* Special case SamplerPlayButtonRepeating controls
When sampler is playing, displays same play icon as normal, but
background is red instead of blue.
background is purple instead of blue.
*/

#SamplerPlayButtonRepeating[value="1"] {
Expand Down
12 changes: 6 additions & 6 deletions res/skins/LateNight/palemoon/buttons/btn__lib_preview_pause.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions res/skins/LateNight/palemoon/buttons/btn__pfl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion res/skins/LateNight/palemoon/buttons/btn__pfl_active.svg
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 9717781

Please sign in to comment.