File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 89
89
MaxLines =" {Binding Bar.Sizes.ButtonTextLines}"
90
90
FontWeight =" {Binding Bar.Sizes.ButtonFontWeight}"
91
91
FontSize =" {Binding Bar.Sizes.ButtonFontSize}"
92
- Foreground =" {DynamicResource ThemeAwareForeground} "
92
+ Foreground =" White "
93
93
HorizontalAlignment =" Center"
94
94
VerticalAlignment =" Center"
95
95
Padding =" 10 0 10 0"
Original file line number Diff line number Diff line change 12
12
ShowActivated =" False"
13
13
d : DataContext =" {d:DesignInstance ui:ExpanderWindow}"
14
14
>
15
- <Expander x : Name =" Expander" ExpandDirection =" Right" Expanded =" Expander_OnExpanded" Collapsed =" Expander_OnExpanded" >
15
+ <Expander x : Name =" Expander" ExpandDirection =" Right" Expanded =" Expander_OnExpanded" Collapsed =" Expander_OnExpanded" >
16
16
<Expander .LayoutTransform>
17
17
<ScaleTransform ScaleX =" {Binding Scale}" ScaleY =" {Binding Scale}" ></ScaleTransform >
18
18
</Expander .LayoutTransform>
You can’t perform that action at this time.
0 commit comments