mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Bound the calendar picker to the control above
This commit is contained in:
parent
9f47fe3fc8
commit
47ce31cf8a
1 changed files with 1 additions and 1 deletions
|
@ -502,7 +502,7 @@
|
||||||
Grid.Row="2"
|
Grid.Row="2"
|
||||||
Margin="0,0,0,0"
|
Margin="0,0,0,0"
|
||||||
Style="{StaticResource DateCalculation_CalendarPickerStyle}"
|
Style="{StaticResource DateCalculation_CalendarPickerStyle}"
|
||||||
AutomationProperties.LabeledBy="{x:Bind AddSubtract_Date_FromLabel}"
|
AutomationProperties.LabeledBy="{x:Bind Date_FromLabel}"
|
||||||
CalendarViewStyle="{StaticResource DateCalculation_CalendarViewStyle}"
|
CalendarViewStyle="{StaticResource DateCalculation_CalendarViewStyle}"
|
||||||
Closed="CalendarFlyoutClosed"
|
Closed="CalendarFlyoutClosed"
|
||||||
DateChanged="AddSubtract_DateChanged"/>
|
DateChanged="AddSubtract_DateChanged"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue