Skip to content

Commit

Permalink
tweaked column sizing on the eq layer
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotr7 committed Jun 7, 2020
1 parent 6297449 commit 3f9e195
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
</ResourceDictionary>
</UserControl.Resources>

<Grid Width="800" Height="320" VerticalAlignment="Top" HorizontalAlignment="Left">
<Grid Width="700" Height="320" VerticalAlignment="Top" HorizontalAlignment="Left">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="1.5*" />
<ColumnDefinition Width="1*" />
<ColumnDefinition Width="1*" />
<ColumnDefinition Width=".5*" />
<ColumnDefinition Width=".75*" />
</Grid.ColumnDefinitions>
<Grid Grid.Column="0">
<Grid.ColumnDefinitions>
Expand Down Expand Up @@ -114,9 +114,9 @@
<RowDefinition Height="28px" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width=".5*" />
<ColumnDefinition Width=".4*" />
<ColumnDefinition Width=".1*" />
<ColumnDefinition Width="2*" />
<ColumnDefinition Width="1*" />
<ColumnDefinition Width="22px" />
</Grid.ColumnDefinitions>

<TextBlock Grid.Row="0" Grid.Column="0" Margin="3" HorizontalAlignment="Left" Text="Frequencies" />
Expand Down

0 comments on commit 3f9e195

Please sign in to comment.