Skip to content

Commit

Permalink
small adjustment to package paths ui (#11784)
Browse files Browse the repository at this point in the history
* small adjustment

* align titles

Co-authored-by: michael kirschner <[email protected]>
  • Loading branch information
mjkkirschner and mjkkirschner authored Jun 24, 2021
1 parent 18a112a commit da3628b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/DynamoCoreWpf/Views/Menu/PreferencesView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -723,18 +723,19 @@
Header="{x:Static p:Resources.PackagePathsExpanderName}">
<StackPanel Orientation="Vertical" Margin="0,6,0,0">
<Label Content="{x:Static p:Resources.PreferencesViewPackageDownloadDirectory}"
Padding="0,5,5,5"
Padding="5,5,5,5"
FontSize="13"
Foreground="{StaticResource PreferencesWindowFontColor}"/>
<ComboBox Grid.Row="1"
Width="Auto"
Margin="0,5,0,5"
HorizontalAlignment="Left"
ItemsSource="{Binding Path=PackagePathsForInstall}"
SelectedItem="{Binding Path=SelectedPackagePathForInstall}"
Style="{StaticResource NoBordersComboBoxStyle}"
ToolTip="{Binding Path=SelectedPackagePathForInstall}">
</ComboBox>
<ScrollViewer Height="250" VerticalScrollBarVisibility="Auto">
<ScrollViewer Height="200" VerticalScrollBarVisibility="Auto">
<packagemanager:PackagePathView DataContext="{Binding PackagePathsViewModel}"/>
</ScrollViewer>
</StackPanel>
Expand Down

0 comments on commit da3628b

Please sign in to comment.