Skip to content

Commit 14c0d86

Browse files
committed
remove unused grid row
1 parent 4c7f1f8 commit 14c0d86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,6 @@
15621562
<RowDefinition Height="Auto"/>
15631563
<RowDefinition Height="Auto"/>
15641564
<RowDefinition Height="Auto"/>
1565-
<RowDefinition Height="Auto"/>
15661565
</Grid.RowDefinitions>
15671566

15681567
<StackPanel Margin="0,0,0,5"
@@ -1616,7 +1615,7 @@
16161615

16171616
<!-- Use Revit scale toggle (only visible in DynamoRevit) -->
16181617
<StackPanel Orientation="Horizontal"
1619-
Margin="0,6,0,8"
1618+
Margin="0,8,0,8"
16201619
Grid.Row="2"
16211620
Visibility="{Binding IsDynamoRevit, Converter={StaticResource BooleanToVisibilityConverter}}">
16221621
<ToggleButton Name="UseHostScaleUnitsToggle"

0 commit comments

Comments
 (0)