Skip to content

Commit

Permalink
Analytics Dialog UI Change (#11062)
Browse files Browse the repository at this point in the history
* Analytics Dialog Change

* Update height for three lines
  • Loading branch information
QilongTang authored Sep 1, 2020
1 parent 477daf1 commit 41aaee5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:views="clr-namespace:Dynamo.UI.Views"
WindowStyle="SingleBorderWindow"
Width="544"
Height="625"
Height="640"
ResizeMode="NoResize"
ShowInTaskbar="False"
WindowStartupLocation="CenterOwner">
Expand All @@ -20,7 +20,7 @@
<RowDefinition Height="160"></RowDefinition>
<RowDefinition Height="160"></RowDefinition>
<RowDefinition Height="auto"></RowDefinition>
<RowDefinition Height="auto"></RowDefinition>
<RowDefinition Height="85"></RowDefinition>
<RowDefinition Height="60"></RowDefinition>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
Expand Down

0 comments on commit 41aaee5

Please sign in to comment.