Pane maximization
Compare changes
+ 74
− 25
@@ -19,6 +20,7 @@ pub struct ComposableView {
@@ -19,6 +20,7 @@ pub struct ComposableView {
@@ -44,6 +46,8 @@ impl eframe::App for ComposableView {
@@ -44,6 +46,8 @@ impl eframe::App for ComposableView {
@@ -53,40 +57,70 @@ impl eframe::App for ComposableView {
@@ -53,40 +57,70 @@ impl eframe::App for ComposableView {
@@ -98,12 +132,25 @@ impl eframe::App for ComposableView {
@@ -98,12 +132,25 @@ impl eframe::App for ComposableView {
// A central panel covers the remainder of the screen, i.e. whatever area is left after adding other panels.
@@ -246,4 +293,6 @@ pub enum PaneAction {
@@ -246,4 +293,6 @@ pub enum PaneAction {