Skip to content

Commit ba967a8

Browse files
committed
Sync with latest changes
2 parents e2ca421 + 5bfcc36 commit ba967a8

File tree

2 files changed

+17
-12
lines changed

2 files changed

+17
-12
lines changed

Files/Views/InstanceTabsView.xaml

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
<Grid x:Name="rootGrid" Background="Transparent">
1414
<muxc:TabView
1515
x:Name="TabStrip"
16-
Grid.Row="0"
17-
Padding="0"
18-
IsAddTabButtonVisible="False"
1916
VerticalAlignment="Stretch"
2017
x:FieldModifier="public"
18+
Background="Transparent"
19+
IsAddTabButtonVisible="False"
2120
SelectionChanged="TabStrip_SelectionChanged"
2221
TabCloseRequested="TabStrip_TabCloseRequested"
2322
TabWidthMode="Equal">
@@ -37,22 +36,27 @@
3736
<DataTemplate>
3837
<Grid>
3938
<Grid.ColumnDefinitions>
40-
<ColumnDefinition Width="Auto"/>
41-
<ColumnDefinition Width="*"/>
39+
<ColumnDefinition Width="Auto" />
40+
<ColumnDefinition Width="*" />
4241
</Grid.ColumnDefinitions>
43-
<Button Click="AddTabButton_Click" x:Name="AddTabButton" Margin="2,0" Background="Transparent" Width="28" Height="28">
42+
<Button
43+
x:Name="AddTabButton"
44+
Width="28"
45+
Height="28"
46+
Margin="2,0"
47+
Background="Transparent"
48+
Click="AddTabButton_Click">
4449
<Button.Content>
45-
<FontIcon FontSize="10" Glyph="&#xE710;"/>
50+
<FontIcon FontSize="10" Glyph="&#xE710;" />
4651
</Button.Content>
4752
</Button>
4853
<Grid
49-
x:Name="DragArea"
50-
Background="Transparent"
51-
MinWidth="175"
54+
x:Name="DragArea"
5255
Grid.Column="1"
53-
Loaded="DragArea_Loaded" />
56+
MinWidth="175"
57+
Background="Transparent"
58+
Loaded="DragArea_Loaded" />
5459
</Grid>
55-
5660
</DataTemplate>
5761
</muxc:TabView.TabStripFooterTemplate>
5862
<muxc:TabView.KeyboardAccelerators>

Files/Views/Pages/ModernShellPage.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
HorizontalContentAlignment="Stretch"
3030
Canvas.ZIndex="100"
3131
OffsetX="-4"
32+
OffsetY="10"
3233
ShadowOpacity=".07">
3334
<Grid>
3435
<Grid.RowDefinitions>

0 commit comments

Comments
 (0)