Skip to content

Commit

Permalink
Another layout round for #459
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Aug 19, 2017
1 parent b63a1e1 commit 079c0ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Fluent.Ribbon/Themes/Controls/ComboBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
Value="Collapsed" />
<Setter Property="HorizontalAlignment"
TargetName="PART_ContentBorder"
Value="Left" />
Value="Stretch" />
</Trigger>
<Trigger Property="Size"
Value="Small">
Expand All @@ -483,7 +483,7 @@
Value="Collapsed" />
<Setter Property="HorizontalAlignment"
TargetName="PART_ContentBorder"
Value="Left" />
Value="Stretch" />
</Trigger>
<Trigger Property="InputWidth"
Value="NaN">
Expand Down
4 changes: 2 additions & 2 deletions Fluent.Ribbon/Themes/Controls/Spinner.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
Value="Collapsed" />
<Setter Property="HorizontalAlignment"
TargetName="border"
Value="Left" />
Value="Stretch" />
</Trigger>
<Trigger Property="Size"
Value="Small">
Expand All @@ -253,7 +253,7 @@
Value="Collapsed" />
<Setter Property="HorizontalAlignment"
TargetName="border"
Value="Left" />
Value="Stretch" />
</Trigger>
<Trigger Property="IsMouseOver"
Value="True">
Expand Down

0 comments on commit 079c0ef

Please sign in to comment.