mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Update dependencies (#388)
* Upgrade all dependencies, fix image laod * Fix size of import button * Fix size when picking image * Remove unused code * Forgot images when new image selected * Clippy corrections
This commit is contained in:
@@ -42,7 +42,7 @@ impl MyEguiApp {
|
||||
pub(crate) fn render_import_games(&mut self, ui: &mut egui::Ui) {
|
||||
ui.heading("Import Games");
|
||||
|
||||
let mut scroll_style = ui.style_mut();
|
||||
let scroll_style = ui.style_mut();
|
||||
scroll_style.visuals.extreme_bg_color = BACKGROUND_COLOR;
|
||||
scroll_style.visuals.widgets.inactive.bg_fill = EXTRA_BACKGROUND_COLOR;
|
||||
scroll_style.visuals.widgets.active.bg_fill = EXTRA_BACKGROUND_COLOR;
|
||||
|
||||
Reference in New Issue
Block a user