Skip to content

Commit 233bdf9

Browse files
author
Yair Aichenbaum
committed
Added motion to MainPage.xaml
1 parent e5332eb commit 233bdf9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Files/Controls/RibbonArea.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public RibbonArea()
2929
private void Current_SizeChanged(object sender, Windows.UI.Core.WindowSizeChangedEventArgs e)
3030
{
3131

32-
if(Window.Current.Bounds.Width >= 750)
32+
if(Window.Current.Bounds.Width >= 1050)
3333
{
3434
RibbonViewModel.ShowItemLabels();
3535
SearchReigon.Visibility = Visibility.Visible;

Files/ProHome.xaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,13 @@
433433
<RowDefinition Height="Auto" />
434434
<RowDefinition Height="*" />
435435
</Grid.RowDefinitions>
436+
<Grid.ChildrenTransitions>
437+
<TransitionCollection>
438+
<RepositionThemeTransition />
439+
<ReorderThemeTransition />
440+
</TransitionCollection>
441+
</Grid.ChildrenTransitions>
442+
436443
<StackPanel Grid.Row="0" Orientation="Vertical">
437444
<controls:RibbonArea
438445
x:Name="RibbonArea"

0 commit comments

Comments
 (0)