generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
1e38e17f36
commit
c5447f58f1
|
@ -1,4 +1,4 @@
|
||||||
use egui::{Color32, ImageSource};
|
use egui::ImageSource;
|
||||||
|
|
||||||
use super::{Entry, ICON_RAW};
|
use super::{Entry, ICON_RAW};
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ impl ShowBox {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl egui::Widget for ShowBox {
|
impl egui::Widget for ShowBox {
|
||||||
fn ui(mut self, ui: &mut egui::Ui) -> egui::Response {
|
fn ui(self, ui: &mut egui::Ui) -> egui::Response {
|
||||||
ui.vertical_centered(|ui| {
|
ui.vertical_centered(|ui| {
|
||||||
ui.add(
|
ui.add(
|
||||||
egui::Image::new(ImageSource::Bytes {
|
egui::Image::new(ImageSource::Bytes {
|
||||||
|
|
Loading…
Reference in New Issue