Skip to content

Commit

Permalink
Merge pull request #124 from natalil/master
Browse files Browse the repository at this point in the history
The text in Spinner could not be centered vertically
  • Loading branch information
batzen committed Jul 6, 2015
2 parents 734e89f + b94145d commit 7a8c902
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Fluent/Themes/Office2013/Controls/Spinner.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
Background="{DynamicResource TextBoxBackgroundBrush}"
Foreground="{TemplateBinding Foreground}"
Padding="2,0,2,0"
Margin="0" />
Margin="0"
VerticalContentAlignment="{TemplateBinding VerticalContentAlignment}"/>
<Path Visibility="Collapsed"
HorizontalAlignment="Left"
Margin="0,-1,0,-1"
Expand Down

0 comments on commit 7a8c902

Please sign in to comment.