Skip to content

Commit 4064236

Browse files
committed
Update DateRangePicker.xaml
1 parent 1312ed8 commit 4064236

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/WPFDevelopers.Shared/Themes/DateRangePicker.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@
247247
</Grid>
248248
<Popup
249249
x:Name="PART_Popup"
250-
MinWidth="{TemplateBinding FrameworkElement.ActualWidth}"
250+
MaxWidth="{TemplateBinding FrameworkElement.ActualWidth}"
251251
AllowsTransparency="True"
252252
Focusable="False"
253253
Placement="Bottom"
254254
StaysOpen="False"
255255
VerticalOffset="2">
256256
<controls:SmallPanel
257257
x:Name="PART_DropDown"
258-
MinWidth="{TemplateBinding FrameworkElement.ActualWidth}"
258+
MaxWidth="{TemplateBinding FrameworkElement.ActualWidth}"
259259
MaxHeight="{TemplateBinding MaxDropDownHeight}"
260260
Margin="24,2,24,24"
261261
RenderTransformOrigin=".5,0"

0 commit comments

Comments
 (0)