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 143
143
<Setter Property =" Height" Value =" 1" />
144
144
<Setter Property =" Fill" Value =" {DynamicResource MaterialDesignDivider}" />
145
145
</Style >
146
+
147
+ <Style TargetType =" TextBlock" BasedOn =" {StaticResource {x:Type TextBlock}}" >
148
+ <Setter Property =" FontSize" Value =" 30" />
149
+ </Style >
150
+
146
151
</ResourceDictionary >
147
152
</Application .Resources>
148
153
</Application >
Original file line number Diff line number Diff line change 2
2
"profiles" : {
3
3
"Demo App" : {
4
4
"commandName" : " Project" ,
5
- "commandLineArgs" : " -p Home -t Inherit -f LeftToRight"
5
+ "commandLineArgs" : " -p Picker -t Inherit -f LeftToRight"
6
6
}
7
7
}
8
8
}
Original file line number Diff line number Diff line change 154
154
</Setter .Value>
155
155
</Setter >
156
156
<Setter Property =" VerticalContentAlignment" Value =" Center" />
157
- <Setter Property =" Width " Value =" 48" />
157
+ <Setter Property =" MinWidth " Value =" 48" />
158
158
<Setter Property =" wpf:CalendarAssist.SelectionColor" Value =" {DynamicResource MaterialDesign.Brush.Primary}" />
159
159
<Setter Property =" wpf:CalendarAssist.SelectionForegroundColor" Value =" {DynamicResource MaterialDesign.Brush.Primary.Foreground}" />
160
160
</Style >
161
161
162
162
<Style x : Key =" MaterialDesignCalendarDayButton" TargetType =" {x:Type CalendarDayButton}" >
163
163
<Setter Property =" Cursor" Value =" Hand" />
164
164
<Setter Property =" FontSize" Value =" 12" />
165
- <Setter Property =" Height" Value =" 28" />
166
165
<Setter Property =" HorizontalContentAlignment" Value =" Center" />
167
166
<Setter Property =" Margin" Value =" 2" />
168
167
<Setter Property =" MinHeight" Value =" 5" />
317
316
</Setter .Value>
318
317
</Setter >
319
318
<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}}" />
321
321
<Setter Property =" wpf:CalendarAssist.SelectionColor" Value =" {DynamicResource MaterialDesign.Brush.Primary}" />
322
322
<Setter Property =" wpf:CalendarAssist.SelectionForegroundColor" Value =" {DynamicResource MaterialDesign.Brush.Primary.Foreground}" />
323
323
<Style .Triggers>
You can’t perform that action at this time.
0 commit comments