mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-24 23:15:18 -07:00
fix style bugs in graph options (#1225)
This commit is contained in:
parent
47760b4514
commit
1eda521992
2 changed files with 4 additions and 2 deletions
|
@ -4620,7 +4620,7 @@
|
|||
<comment>Name of color in the color picker</comment>
|
||||
</data>
|
||||
<data name="GraphThemeHeading.Text" xml:space="preserve">
|
||||
<value>Theme</value>
|
||||
<value>Graph Theme</value>
|
||||
<comment>Graph settings heading for the theme options</comment>
|
||||
</data>
|
||||
<data name="AlwaysLightTheme.Content" xml:space="preserve">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue