File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 143143 <Setter Property =" Height" Value =" 1" />
144144 <Setter Property =" Fill" Value =" {DynamicResource MaterialDesignDivider}" />
145145 </Style >
146+
147+ <Style TargetType =" TextBlock" BasedOn =" {StaticResource {x:Type TextBlock}}" >
148+ <Setter Property =" FontSize" Value =" 30" />
149+ </Style >
150+
146151 </ResourceDictionary >
147152 </Application .Resources>
148153</Application >
Original file line number Diff line number Diff line change 22 "profiles" : {
33 "Demo App" : {
44 "commandName" : " Project" ,
5- "commandLineArgs" : " -p Home -t Inherit -f LeftToRight"
5+ "commandLineArgs" : " -p Picker -t Inherit -f LeftToRight"
66 }
77 }
88}
Original file line number Diff line number Diff line change 154154 </Setter .Value>
155155 </Setter >
156156 <Setter Property =" VerticalContentAlignment" Value =" Center" />
157- <Setter Property =" Width " Value =" 48" />
157+ <Setter Property =" MinWidth " Value =" 48" />
158158 <Setter Property =" wpf:CalendarAssist.SelectionColor" Value =" {DynamicResource MaterialDesign.Brush.Primary}" />
159159 <Setter Property =" wpf:CalendarAssist.SelectionForegroundColor" Value =" {DynamicResource MaterialDesign.Brush.Primary.Foreground}" />
160160 </Style >
161161
162162 <Style x : Key =" MaterialDesignCalendarDayButton" TargetType =" {x:Type CalendarDayButton}" >
163163 <Setter Property =" Cursor" Value =" Hand" />
164164 <Setter Property =" FontSize" Value =" 12" />
165- <Setter Property =" Height" Value =" 28" />
166165 <Setter Property =" HorizontalContentAlignment" Value =" Center" />
167166 <Setter Property =" Margin" Value =" 2" />
168167 <Setter Property =" MinHeight" Value =" 5" />
317316 </Setter .Value>
318317 </Setter >
319318 <Setter Property =" VerticalContentAlignment" Value =" Center" />
320- <Setter Property =" Width" Value =" 28" />
319+ <Setter Property =" MinWidth" Value =" 28" />
320+ <Setter Property =" MinHeight" Value =" {Binding ActualWidth, RelativeSource={RelativeSource Self}}" />
321321 <Setter Property =" wpf:CalendarAssist.SelectionColor" Value =" {DynamicResource MaterialDesign.Brush.Primary}" />
322322 <Setter Property =" wpf:CalendarAssist.SelectionForegroundColor" Value =" {DynamicResource MaterialDesign.Brush.Primary.Foreground}" />
323323 <Style .Triggers>
You can’t perform that action at this time.
0 commit comments