Skip to content

Commit c3be2aa

Browse files
authored
DYN-7759: hover fix (#15619)
1 parent 7b33c30 commit c3be2aa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/DynamoCoreWpf/Views/PackageManager/Controls/PackageManagerPackagesControl.xaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@
7474

7575
<!-- DataTemplate for ComboBox items -->
7676
<DataTemplate x:Key="VersionInfoTemplate">
77-
<StackPanel MinWidth="111" Orientation="Horizontal">
77+
<StackPanel MinWidth="111"
78+
HorizontalAlignment="Stretch"
79+
Background="Transparent"
80+
Orientation="Horizontal">
7881
<!-- Compatibility Icon -->
7982
<Button Width="18"
8083
Height="18"
@@ -446,6 +449,7 @@
446449
Orientation="Vertical">
447450
<ComboBox x:Name="VersionComboBox"
448451
HorizontalAlignment="Left"
452+
HorizontalContentAlignment="Stretch"
449453
ItemTemplate="{StaticResource VersionInfoTemplate}"
450454
ItemsSource="{Binding Path=ReversedVersionInformationList, UpdateSourceTrigger=PropertyChanged}"
451455
SelectedItem="{Binding Path=SelectedVersion, UpdateSourceTrigger=PropertyChanged}">

0 commit comments

Comments
 (0)