Skip to content
Snippets Groups Projects
Commit decb8617 authored by Finn Bear's avatar Finn Bear
Browse files

Fix a smol bug.

parent 6e03024e
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ impl Image {
}
pub fn show(&mut self, ui: &mut Ui, texture: &TextureHandle) {
let mut window = Window::new(texture.name())
let mut window = Window::new(format!("{}-{}", texture.name(), self.height))
.title_bar(false)
.resizable(false)
// Reduce margin of images.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment