Skip to content

Commit f25f623

Browse files
committed
Update ColorPicker.xaml
1 parent 05cf2f3 commit f25f623

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/WPFDevelopers.Shared/Themes/ColorPicker.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ResourceDictionary.MergedDictionaries>
1010
<ResourceDictionary Source="Basic/ControlBasic.xaml" />
1111
</ResourceDictionary.MergedDictionaries>
12-
<Geometry x:Key="WD.SwitchGeometry">M 15.7426,8.82842L 15.0355,9.53553L 11.5,5.99999L 7.96446,9.53553L 7.25735,8.82842L 11.5,4.58578L 15.7426,8.82842 Z M 15.7426,16.1716L 11.5,20.4142L 7.25735,16.1716L 7.96446,15.4645L 11.5,19L 15.0355,15.4645L 15.7426,16.1716 Z</Geometry>
12+
1313
<convert:ColorToBrushConverter x:Key="WD.ColorToBrushConverter" />
1414
<convert:ColorToRedConverter x:Key="WD.ColorToRedConverter" />
1515
<convert:ColorToGreenConverter x:Key="WD.ColorToGreenConverter" />
@@ -255,7 +255,7 @@
255255
Margin="0,0,4,0"
256256
helpers:ElementHelper.IsRound="True"
257257
Style="{StaticResource WD.NormalButton}">
258-
<controls:PathIcon Kind="Star" />
258+
<controls:PathIcon Kind="UnfoldMore" />
259259
</Button>
260260

261261
<UniformGrid
@@ -305,7 +305,7 @@
305305
</UniformGrid>
306306
<StackPanel
307307
Grid.Column="1"
308-
Margin="20,0"
308+
Margin="12,0"
309309
Visibility="{Binding ColorType, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource WD.ColorTypeToVisibilityConverter}, ConverterParameter={x:Static controls:ColorTypeEnum.HEX}}">
310310
<TextBox
311311
helpers:TextBoxHelper.SelectAllOnClick="True"

0 commit comments

Comments
 (0)