Skip to content

Commit

Permalink
collapse slice renderer settings overlay by default
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddyFunk committed Aug 11, 2023
1 parent d7400fd commit 4e80f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/slice_renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ impl SliceRenderer {
.id(self.id)
.fixed_pos(overlay_position)
.enabled(true)
.default_open(false)
.resizable(false)
.show(ui.painter().ctx(), |ui| {
match self.axis {
Expand Down

0 comments on commit 4e80f07

Please sign in to comment.