fix style bugs in graph options (#1225)
This commit is contained in:
parent
47760b4514
commit
1eda521992
@ -4620,7 +4620,7 @@
|
|||||||
<comment>Name of color in the color picker</comment>
|
<comment>Name of color in the color picker</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="GraphThemeHeading.Text" xml:space="preserve">
|
<data name="GraphThemeHeading.Text" xml:space="preserve">
|
||||||
<value>Theme</value>
|
<value>Graph Theme</value>
|
||||||
<comment>Graph settings heading for the theme options</comment>
|
<comment>Graph settings heading for the theme options</comment>
|
||||||
</data>
|
</data>
|
||||||
<data name="AlwaysLightTheme.Content" xml:space="preserve">
|
<data name="AlwaysLightTheme.Content" xml:space="preserve">
|
||||||
|
@ -192,7 +192,9 @@
|
|||||||
Margin="0,16,0,6"
|
Margin="0,16,0,6"
|
||||||
Style="{StaticResource SubTitleTextBoxStyle}"
|
Style="{StaticResource SubTitleTextBoxStyle}"
|
||||||
AutomationProperties.HeadingLevel="Level2"/>
|
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>
|
<ComboBox.Items>
|
||||||
<x:Double>1.0</x:Double>
|
<x:Double>1.0</x:Double>
|
||||||
<x:Double>2.0</x:Double>
|
<x:Double>2.0</x:Double>
|
||||||
|
Loading…
Reference in New Issue
Block a user