Skip to content

Commit

Permalink
Another layout round for fluentribbon#459
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen authored and dady8889 committed Aug 23, 2017
1 parent 13cb4e2 commit bb6a413
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 @@ -568,7 +568,7 @@
Value="Collapsed" />
<Setter Property="HorizontalAlignment"
TargetName="PART_ContentBorder"
Value="Left" />
Value="Stretch" />
</Trigger>
<Trigger Property="Size"
Value="Small">
Expand All @@ -577,7 +577,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 @@ -339,7 +339,7 @@
Value="Collapsed" />
<Setter Property="HorizontalAlignment"
TargetName="border"
Value="Left" />
Value="Stretch" />
</Trigger>
<Trigger Property="Size"
Value="Small">
Expand All @@ -348,7 +348,7 @@
Value="Collapsed" />
<Setter Property="HorizontalAlignment"
TargetName="border"
Value="Left" />
Value="Stretch" />
</Trigger>
<Trigger Property="IsMouseOver"
Value="True">
Expand Down

0 comments on commit bb6a413

Please sign in to comment.