diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-11-14 13:16:22 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-11-14 13:16:22 +0100 |
| commit | f987fc87b906d22e668f636d73c24aa42780b38d (patch) | |
| tree | 868b949c3cac2a177569341d76ce73ef5b0d0828 /src/main.rs | |
| parent | chore: update deps (diff) | |
| download | iced-builder-f987fc87b906d22e668f636d73c24aa42780b38d.tar.gz | |
chore: update deps
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs index add73ec..1908591 100644 --- a/src/main.rs +++ b/src/main.rs @@ -99,7 +99,7 @@ impl IcedBuilder { let state = pane_grid::State::with_configuration( pane_grid::Configuration::Split { axis: pane_grid::Axis::Vertical, - ratio: 0.8, + ratio: 0.9, a: Box::new(pane_grid::Configuration::Pane(Panes::Designer)), b: Box::new(pane_grid::Configuration::Pane(Panes::ElementList)), }, @@ -552,7 +552,7 @@ impl IcedBuilder { ] .spacing(10) .align_y(Alignment::Center) - .width(500); + .width(300); let pane_grid = pane_grid(&self.pane_state, |id, pane, _is_maximized| { let is_focused = Some(id) == self.focus; |
