Change default background color
This commit is contained in:
@@ -149,7 +149,7 @@ impl WindowHandler for PluginGui {
|
||||
}
|
||||
let (width, height) = (canvas.width(), canvas.height());
|
||||
canvas.reset();
|
||||
canvas.clear_rect(0, 0, width, height, Color::rgbaf(0.0, 0.0, 0.0, 1.0));
|
||||
canvas.clear_rect(0, 0, width, height, Color::rgbaf(0.5, 0.5, 0.6, 1.0));
|
||||
|
||||
let mut full_window_path = Path::new();
|
||||
full_window_path.rect(
|
||||
|
||||
Reference in New Issue
Block a user