Merge #1672: Fix sliders background color
7664567d41e54a79fd62a46077feea3f6ec28196 Fix sliders background color (use light grey) (thomas) 8a9dc083ab5a07cca9a0ddc699d5f5b83bfaf1ad Fix sliders background color (thomas) Pull request description: You can see here the black background for the slider :  Closes #1670 ACKs for top commit: pythcoiner: utACK 7664567 Tree-SHA512: 2c0954ab0d4571d19cc84e58f1ba6fe0a66aacdc3a4cd95a90caf3f63768724a3ce98ad47a4ac786519c6eda6f12726299ebd2ac6688da41b7de857916248432
This commit is contained in:
commit
55ccf23f86
@ -497,7 +497,7 @@ impl std::default::Default for Palette {
|
||||
background: color::GREEN,
|
||||
border: color::GREEN,
|
||||
rail_border: None,
|
||||
rail_backgrounds: (color::GREEN, color::TRANSPARENT),
|
||||
rail_backgrounds: (color::GREEN, color::GREY_7),
|
||||
},
|
||||
progress_bars: ProgressBars {
|
||||
bar: color::GREEN,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user