fix style bugs in graph options (#1225)

This commit is contained in:
Pepe Rivera
2020-05-11 14:59:27 -07:00
committed by GitHub
parent 47760b4514
commit 1eda521992
2 changed files with 4 additions and 2 deletions

View File

@@ -192,7 +192,9 @@
Margin="0,16,0,6"
Style="{StaticResource SubTitleTextBoxStyle}"
AutomationProperties.HeadingLevel="Level2"/>
<ComboBox MinWidth="200" SelectedItem="{x:Bind ViewModel.Graph.LineWidth, Mode=TwoWay}">
<ComboBox MinWidth="200"
HorizontalAlignment="Stretch"
SelectedItem="{x:Bind ViewModel.Graph.LineWidth, Mode=TwoWay}">
<ComboBox.Items>
<x:Double>1.0</x:Double>
<x:Double>2.0</x:Double>