File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
src/WPFDevelopers.Shared/Themes Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 141141 </Setter >
142142 </Style >
143143
144- <Style x : Key =" WD.DateRangePicker" TargetType =" {x:Type controls:DateRangePicker}" >
144+ <Style
145+ x : Key =" WD.DateRangePicker"
146+ BasedOn =" {StaticResource WD.ControlBasicStyle}"
147+ TargetType =" {x:Type controls:DateRangePicker}" >
145148 <Setter Property =" HorizontalContentAlignment" Value =" Center" />
146149 <Setter Property =" VerticalContentAlignment" Value =" Center" />
147150 <Setter Property =" HorizontalAlignment" Value =" Stretch" />
192195 <ColumnDefinition Width =" Auto" />
193196 </Grid .ColumnDefinitions>
194197 <controls : PathIcon
195- Margin =" 15,0,0 ,0"
198+ Margin =" 6 ,0"
196199 HorizontalAlignment =" Center"
197200 VerticalAlignment =" {TemplateBinding VerticalContentAlignment}"
198201 Kind =" Date" />
209212 SelectionBrush =" {DynamicResource WD.WindowBorderBrush}" />
210213 <controls : PathIcon
211214 Grid.Column=" 2"
215+ Margin =" 6,0"
212216 VerticalAlignment =" {TemplateBinding VerticalContentAlignment}"
213217 Kind =" DateRangeRight" />
214218 <DatePickerTextBox
215219 x : Name =" PART_TextBoxEnd"
216220 Grid.Column=" 3"
217221 Width =" Auto"
218- Margin =" 10,0,0,0"
219222 HorizontalAlignment =" {TemplateBinding HorizontalContentAlignment}"
220223 VerticalAlignment =" {TemplateBinding VerticalContentAlignment}"
221224 helpers:DatePickerHelper.Watermark=" {Binding EndWatermark, RelativeSource={RelativeSource TemplatedParent}, Mode=TwoWay}"
You can’t perform that action at this time.
0 commit comments