File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 127
127
</Setter .Value>
128
128
</Setter >
129
129
</Style >
130
-
130
+
131
+ <Style x : Key =" MaterialDesignToolPopupBox" BasedOn =" {StaticResource MaterialDesignPopupBox}" TargetType =" wpf:PopupBox" >
132
+ <Setter Property =" Foreground" Value =" #616161" />
133
+ <Setter Property =" Padding" Value =" 4" />
134
+ </Style >
135
+
136
+ <Style x : Key =" MaterialDesignToolForegroundPopupBox" BasedOn =" {StaticResource MaterialDesignToolPopupBox}" TargetType =" wpf:PopupBox" >
137
+ <Setter Property =" Foreground" Value =" {Binding RelativeSource={RelativeSource AncestorType={x:Type FrameworkElement}}, Path=(TextElement.Foreground)}" />
138
+ </Style >
139
+
131
140
<wpf : PackIcon x : Shared =" False" x : Key =" MaterialDesignMultiFloatingActionPopupBoxIcon"
132
141
Kind =" Plus" Width =" 24" Height =" 24" Foreground =" {Binding RelativeSource={RelativeSource FindAncestor, AncestorType=wpf:PopupBox}, Path=Foreground}" />
133
142
You can’t perform that action at this time.
0 commit comments