We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661b659 commit b9160a8Copy full SHA for b9160a8
crates/icy_draw/src/ui/tools/layer_view.rs
@@ -1,7 +1,7 @@
1
use std::sync::Arc;
2
3
use eframe::{
4
- egui::{self, CentralPanel, RichText, Sense, TextStyle, TopBottomPanel},
+ egui::{self, RichText, Sense, TextStyle, TopBottomPanel},
5
emath::Align2,
6
epaint::{Color32, Rect, Vec2},
7
};
0 commit comments