Skip to content

Commit

Permalink
Resized for aesthetic and visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ardura committed Jun 6, 2023
1 parent a3cfd41 commit 0a051a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ impl Default for Gain {
impl Default for GainParams {
fn default() -> Self {
Self {
editor_state: EguiState::from_size(900, 500),
editor_state: EguiState::from_size(1040, 520),

// Input gain dB parameter (free as in unrestricted nums)
free_gain: FloatParam::new(
Expand Down Expand Up @@ -300,7 +300,7 @@ impl Plugin for Gain {
.allow_zoom(false)
.allow_scroll(true)
.height(480.0)
.width(900.0)
.width(1040.0)
.allow_drag(false)
// Blank out the X axis labels
.x_axis_formatter(|_, _range: &RangeInclusive<f64>| {String::new()})
Expand Down

0 comments on commit 0a051a4

Please sign in to comment.