aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2020-07-27 15:26:33 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2020-07-27 15:26:33 +0300
commite3bdc83a7be6206ab11dca8c08f1eec896a6d604 (patch)
treea9667cf83d01a946ccb6e06ae3d42589a631cde6 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common
parent925bf377913f1003324d746b9e28e053186bfa29 (diff)
parentb14e00420970b12e57433cbf964a6aad92c389ea (diff)
downloadTango-e3bdc83a7be6206ab11dca8c08f1eec896a6d604.tar.gz
Tango-e3bdc83a7be6206ab11dca8c08f1eec896a6d604.zip
Merge branch 'master' of https://twinetfs.visualstudio.com/Tango/_git/Tango
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml
index 11dc2bad3..222eecb71 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.Common/Resources/MaterialDesign.xaml
@@ -556,7 +556,7 @@
<Border Grid.Row="0"
CornerRadius="2 2 0 0"
Background="{DynamicResource ComboBox.Floating.Background}"
- Height="0"/>
+ Height="{StaticResource PopupTopBottomMargin}"/>
<Grid Grid.Row="1">
<Grid.ColumnDefinitions>
@@ -575,7 +575,7 @@
<ContentPresenter Grid.Row="3"/>
- <Border Grid.Row="4" CornerRadius="0 0 2 2" Height="0" Background="{DynamicResource ComboBox.Floating.Background}" />
+ <Border Grid.Row="4" CornerRadius="0 0 2 2" Height="{StaticResource PopupTopBottomMargin}" Background="{DynamicResource ComboBox.Floating.Background}" />
</Grid>
</Grid>
</ControlTemplate>
@@ -675,7 +675,7 @@
<Setter Property="ItemContainerStyle" Value="{StaticResource MaterialDesignComboBoxItemStyle}" />
</Trigger>
<Trigger SourceName="PART_Popup" Property="IsOpen" Value="True">
- <Setter Property="Background" TargetName="templateRoot" Value="{DynamicResource ComboBox.Floating.Background}" />
+ <Setter Property="Background" TargetName="templateRoot" Value="Transparent" />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter TargetName="templateRoot" Property="Opacity" Value="0.56"/>