File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 1268
1268
HorizontalAlignment =" Stretch"
1269
1269
VerticalAlignment =" Stretch"
1270
1270
Orientation =" Vertical" >
1271
- <Grid Height =" Auto" >
1271
+ <Grid Height =" Auto" Visibility = " Visible " >
1272
1272
<Custom : TabView
1273
1273
x : Name =" RibbonTabView"
1274
1274
x : FieldModifier =" public"
1740
1740
<ColumnDefinition Width =" Auto" />
1741
1741
<ColumnDefinition Width =" *" />
1742
1742
<ColumnDefinition MinWidth =" 285" MaxWidth =" 485" />
1743
+ <ColumnDefinition Width =" Auto" />
1743
1744
</Grid .ColumnDefinitions>
1744
1745
<StackPanel Grid.Column=" 0" Orientation =" Horizontal" >
1745
1746
<Button
1912
1913
1913
1914
</Grid >
1914
1915
1916
+
1915
1917
</Grid >
1918
+
1919
+ <Button
1920
+ Grid.Column=" 3"
1921
+ Margin =" 0,0,4,0"
1922
+ Background =" Transparent"
1923
+ Content =" "
1924
+ FontFamily =" Segoe MDL2 Assets" Visibility =" Collapsed" >
1925
+ <Button .Flyout>
1926
+ <MenuFlyout Placement =" BottomEdgeAlignedRight" >
1927
+ <MenuFlyoutItem Text =" New Tab" />
1928
+ <MenuFlyoutItem Text =" New Window" />
1929
+ <MenuFlyoutSeparator />
1930
+ <MenuFlyoutItem Text =" Settings" />
1931
+ </MenuFlyout >
1932
+ </Button .Flyout>
1933
+
1934
+ </Button >
1916
1935
1917
1936
<Custom : GridSplitter
1918
1937
x : Name =" SearchBoxResizer"
1942
1961
</AutoSuggestBox >
1943
1962
</Grid >
1944
1963
</StackPanel >
1964
+
1945
1965
</Grid >
1946
1966
1947
1967
<VisualStateManager .VisualStateGroups>
You can’t perform that action at this time.
0 commit comments